with this code snippet $q is set to "new CGI" is this just laying the ground work for the html part of the script that is running?my $q = new CGI; is syntactically equivalent to my $q = CGI->new; It creates a CGI object and stores it in $q, and all methods are called on that object. See perlobj for more details.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
In reply to Re: CGI Help
by kennethk
in thread CGI Help
by phizymonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |