in reply to Re^2: Stop Using Perl
in thread Stop Using Perl

Seem odd to have to force scalar context to get a single_value .. there should be a function for that
sub CGI::first_param { return my( $first ) = param( @_ ); } sub CGI::last_param { return my $last = param( @_ ); }