Help for this page

Select Code to Download


  1. or download this
    package Parameter::Validate;
    $VERSION = 0.01;
    ...
            
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    $pv->enable('mandatory');
    print Dumper($pv->process(mandatory => 1, min_length => 67));