in reply to Re: use CGI
in thread making a hash from cgi parameters

what exactly does:

use CGI qw(:standard); my %data = map { $_ => param ($_) } param();


that do? whatever it does it worked fine, thanks alot... I'd just like to understand what's going on
heh