[me@here perl]$ cat foo.pl #!/usr/bin/perl -l use CGI qw(param); print for param('foo'); [me@here perl]$ ./foo.pl 'foo=bar' bar [me@here perl]$ ./foo.pl 'foo=bar&foo=baz&foo=qux' bar baz qux
In reply to Re: CGI.pm: $q->param can be an array. Can be a single value. How do you know which?
by Anonymous Monk
in thread CGI.pm: $q->param can be an array. Can be a single value. How do you know which?
by woozy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |