in reply to
Creating variables while using 'strict'
Hi ,
The
$q->param;
, is not param a hash by itself.
%data = %param;
[download]
. This could shorten yourcode a bit , I guess .
Comment on
Re: Creating variables while using 'strict'
Download
Code
In Section
Seekers of Perl Wisdom