in reply to
A newbie's CGI- kinda problem
If you want to dump all params in list context you could use something like:
print map {"$_ : @{[$q->param($_)]}\n"} $q->param;
Comment on
Re: A newbie's CGI- kinda problem
Download
Code
In Section
Seekers of Perl Wisdom