in reply to Re: use CGIin thread making a hash from cgi parameters
use CGI qw(:standard); my %data = map { $_ => param ($_) } param(); [download]