![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
alternatives to cgi.pmby chorg (Monk) |
on Apr 22, 2001 at 08:58 UTC ( #74532=perlquestion: print w/replies, xml ) | Need Help?? |
chorg has asked for the wisdom of the Perl Monks concerning the following question:
I want to use CGI.pm Having said that - I don't want to use CGI.pm's html shortcuts. Why? I've noticed that when my program generates HTML, I end up maintaining the generated HTML. I don't want to do that. Also, I don't want a ton of overhead importing it if I'm not going to use most of the functions. Now, I 'm familiar, and happy with CGI.pm's methods etc. My question is : Is there a lite form of this module, that loads faster, that still uses the same API? Kinda like Apache::Request is for mod_perl
Back to
Seekers of Perl Wisdom
|
|