| Article: |
What I Hate About Your Programming Language | |
| Subject: | Perl and CGI . . . | |
| Date: | 2003-05-14 06:33:46 | |
| From: | anonymous2 | |
|
Response to: Perl and CGI . . .
|
||
|
I have no idea what you're talking about. CGI.pm has been the standard perl CGI module for years. Nobody uses anything else.
|
||
Showing messages 1 through 1 of 1.
-
Perl and CGI . . .
2003-05-14 08:02:13 anonymous2 [View]



CGI.pm is just way too bloated for my personal tastes, so I wrote my own which is very compact, extremely quick (especially in comparison to CGI.pm), and has just the data retrieval and parsing subroutines I want (which is what most perl programmers use CGI.pm for anyway). It does both get and post with mime support, and is compatible with both windows and linux. Haven’t really tested it else ware.