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);
In reply to Re: Getting hash of CGI variables
by Zed_Lopez
in thread Getting hash of CGI variables
by Lori713
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |