Help for this page

Select Code to Download


  1. or download this
    Params::Validate::validation_options( 
        normalize_keys => sub { $_[0] =~ s/^-//; lc $_[0] }
    );
    
  2. or download this
    my %specs_for = (
        foo =>
    ...
        });
       # ...
    }