in reply to CGI Question

with "use CGI;" you are using the module without specificly importing methods. With "use CGI qw(:standard);" you are asking CGI to export a set of methods marked by the export block :standard.

Example code:

Another example:

FMI: man CGI


Peter @ Berghold . Net

Sieze the cow! Bite the day!

Nobody expects the Perl inquisition!

Test the code? We don't need to test no stinkin' code!
All code posted here is as is where is unless otherwise stated.

Brewer of Belgian style Ales