in reply to Regex During Map Function
my %params = map { my $vv = join ';', $cgi->param($_); # do stuff with $vv $_ => $vv } $cgi->param;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regex During Map Function
by deMize (Monk) on Dec 15, 2010 at 14:44 UTC |