use CGI; my $query = CGI->new(); my @selected = $query->param("listName");
Hot Pastrami#### Method: param # Returns the value(s)of a named parameter. # If invoked in a list context, returns the # entire list. Otherwise returns the first # member of the list.
In reply to Re: CGI Question
by Hot Pastrami
in thread CGI Question
by kelcey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |