On Sun, 17 Mar 2002 13:11:19 +0200, [EMAIL PROTECTED] (Octavian Rasnita) wrote:

>I have   a question about using CGI.pm.
>
>How it is better? To print directly the html code with 
>print "<html> <head> <title> ...</title> </head>"; etc.  or
>
>to print using the CGI.pm
>print $q-> start_html(...); etc.
>Does it work faster in a way or another, or are there any advantages?
>I saw that some things can't be made using CGI.pm.

Alot of people output the html themselves, and just use 
CGI.pm for getting the input.  If you choose that route,
you may want to switch to the CGI::Lite module. 





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to