P is for Practical | |
PerlMonks |
RE: Get those parameters without CGI.pmby swiftone (Curate) |
on Jun 21, 2000 at 18:48 UTC ( [id://19251]=note: print w/replies, xml ) | Need Help?? |
I haven't tried it, but if you are looking to avoid the overhead of CGI.pm, you might look into CGI_Lite.pm, which isn't as expansive, but has presumably been tested for problems.
Another solution is the Perl 4 library cgi-lib.pl (or cgilib.pl). It's been through a great deal of testing, and you can always lift the subs right out of it if you don't want separate libraries. CGI.pm is better all around, but sometimes you do want something else.
In Section
Code Catacombs
|
|