in reply to Typeglobs and Symbol tables
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re(2): Typeglobs and Symbol tables
by Ovid (Cardinal) on Jun 01, 2001 at 03:25 UTC |