in reply to Should I just print my own HTTP headers?
I'm sure you've heard this a million times: CGI.pm is big and I don't want to use it.
Yup, and every time I hear it it sounds pretty foolish. CGI.pm may be big, but it uses Autoloader extensively to avoid memory bloat. And if you've got a modern Perl you don't even have to download it, it's a standard module! So just use it already! In the time it took you to ask this question you could be done already, not to mention dealing with parsing parameters.
-sam
|
---|