Posted on 2009-08-06 07:27:28-07 by dsadinoff in response to 8184
Re: Shouldn't this simple example pass validation?
SCALAR isn't exported by default. Use the following "use" statement instead:
use Params::Validate qw(:all);
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.