Home > Archive > PERL CGI Beginners > September 2004 > XHTML + CSS site
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Ing. Branislav Gerzo 2004-09-14, 3:55 am |
| Hi pals,
I found one simple, for me very interesting page, tak a minute look
to www.kodytek.net (see source XHTML)
It is simple (?) xhtml + css site, I like source and design of it very
much.
Please tell me which perl modules should I use for creating such a
site. I think about using CGI + HTML::Template, but I am not sure if
it is a best solution, what do you think ?
Thanks a lot.
-=x=-
Skontrolované antivírovým programom NOD32
| |
| Chris Devers 2004-09-14, 3:55 am |
| On Mon, 13 Sep 2004, Ing. Branislav Gerzo wrote:
> Please tell me which perl modules should I use for creating [a XHTML +
> CSS] site. I think about using CGI + HTML::Template, but I am not sure
> if it is a best solution, what do you think ?
Sure, that would work. If you decided you didn't like it over time, you
can always switch to something else.
The best thing to do is just start making your site, using a template
module like HTML::Template to generate the XHTML + CSS layout, and let
the list know if you start having specific problems.
--
Chris Devers
|
|
|
|
|