in reply to
Better way to do this?
What's wrong with using
CGI
for form parsing??
use CGI qw(param); my @keys = param();
[download]
Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur.
Comment on
Re: Better way to do this?
Download
Code
In Section
Seekers of Perl Wisdom