in reply to Getting hash of CGI variables
address was just an example of a possible parameter a CGI script might be looking for. The CGI docs have two examples, the second one starting use CGI ':cgi-lib';. They're not meant to be used in the same script.
Try just:
my $params = $CGI->Vars; print Dump($params);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Getting hash of CGI variables
by Lori713 (Pilgrim) on Jan 22, 2004 at 20:43 UTC | |
by Zed_Lopez (Chaplain) on Jan 23, 2004 at 07:56 UTC |