in reply to
Re^2: Testing Edges
in thread
Testing Edges
You need to
use Params::Validate qw(:types);
[download]
to get the constants used for type checking (the SCALAR in your example).
Params::Validate docs
- Espen
Comment on
Re^3: Testing Edges
Download
Code
In Section
Seekers of Perl Wisdom