On Mon, 6 Sep 2004, Ing. Branislav Gerzo wrote:

I am really new to CGI, my 1st question is, which Perl modules should I use for creating XHTML documents ? Write me, which one are good, where I can read more about this...

I believe that recent versions of CGI.pm should emit valid XHTML, which is nice, because it means you don't have to think so much about the document markup and can focus instead on what you're trying to do.


Speaking of which -- what are you trying to do?

If you want flat / cached XHTML, or are trying to do some other kind of non-interactive work, then something else might be more appropriate. But for the common case -- CGI scripts & mod_perl modules -- something like CGI.pm should do the job just fine.


-- Chris Devers

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to