Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Taint mode limitations

by Anonymous Monk
on Nov 04, 2012 at 15:07 UTC ( [id://1002205]=note: print w/replies, xml ) Need Help??


in reply to Taint mode limitations

... very naive assumption ...

To call a feature/tool which you don't understand "very naive assumption" , I think is , very naive, ridiculously so :)

Anyway, re#'taint' mode

$ perl -MTaint::Util -Mre=taint -Tle " $_ = $ENV{PATH}; sub f{printf q +q/\$_ tainted? %d\n/, tainted $_;} f; $_ = $1 if / (.*)/; f; untaint $_; f;" $_ tainted? 1 $_ tainted? 1 $_ tainted? 0

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-18 00:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found