in reply to Re: Strange CGI problem with POST
in thread Strange CGI problem with POST
Also, you don't have to use the Object Method system with CGI if you don't wish to. use CGI qw(:standard); will let you call most of the CGI methods as direct subroutines. $username= param('username'); is nice.
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|