Help for this page

Select Code to Download


  1. or download this
    # $value set to incoming parameter earlier
    # $param object initialized earlier
    ...
        . "' contained invalid data." )
        unless(( defined $1 ) and ( $value eq $1 ));
    $param->value( $1 );
    
  2. or download this
    is( $valop->value( 'bart' ), 123, 'foo123abc validated correctly' );
    
  3. or download this
        $_ = shift || $self->validator;
    
  4. or download this
        $_ = shift;