Fourth question: Is there a cleaner way to write the "no strict..." block in Foo.pm?I don't really see the point of your module. Have you seen this section of the CGI documentation?
FETCHING THE PARAMETER LIST AS A HASH: $params = $q->Vars; print $params->{'address'}; @foo = split("\0",$params->{'foo'}); %params = $q->Vars; use CGI ':cgi-lib'; $params = Vars;
In reply to Re: Typeglobs and Symbol tables
by princepawn
in thread Typeglobs and Symbol tables
by Ovid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |