Help for this page

Select Code to Download


  1. or download this
    ($sql{'name'}, $error) = $self->val_text( 1, 64, $self->query->param('
    +name') );
       if ( $error-> { msg } ) { push @error_list, { "name" => $error->{ m
    +sg } }; }
    
  2. or download this
    sub val_alphanum {
       my $self = shift;
    ...
          return ($tf->filter($1));
       }
    }