Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: CGI - hazardous characters

by bradcathey (Prior)
on Jul 20, 2010 at 02:19 UTC ( [id://850338]=note: print w/replies, xml ) Need Help??

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));
       }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://850338]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-16 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found