in reply to Re^2: Our documentation sucks
in thread Our documentation sucks

That's odd. When I wrote my first CGI script using CGI I copy and pasted the synopsis sample, edited it a little and it worked straight off. It may be because the first couple of "interesting" lines in the sample are:

use CGI qw/:standard/; print header,

which, without reading the comprehensive documentation, DWIM. Hey, maybe some of this CPAN documentation isn't so bad after all. ;)


DWIM is Perl's answer to Gödel