Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Untainted done right!

by arturo (Vicar)
on Feb 12, 2001 at 23:40 UTC ( #57961=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Laundering data using regular expression [sic] is the only 
    mechanism for untainting dirty data
    
  2. or download this
    sub untaint {
        my $data = shift;
    ...
            die "somebody tried something nasty, I think: '$data' contains
    + questionable characters.\n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2023-03-24 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (61 votes). Check out past polls.

    Notices?