http://qs321.pair.com?node_id=373659


in reply to Re: Easy CGI Question
in thread Easy CGI Question

This will work only for SINGLE-values
foreach my $n ($query->param) { $param{$n} = $query->param($n); }
try this too:
my( %param )= @_;

CSUhockey3