Hi all,

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.

Thanks.
Teddy,
My dear email address is [EMAIL PROTECTED]



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to