my $params = CGI->new->AsHash;sub CGI::AsHash { my $q = shift; my %hash; $hash{$_} = $q->param($_) for $q->param; return \%hash; }
In reply to Re^5: Read JSON data from a form (CGI->VarsAsHash )
by Anonymous Monk
in thread Read JSON data from a form
by Anonymous Monk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |