Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: problem using File::Find and taint

by GrandFather (Saint)
on Dec 31, 2007 at 04:58 UTC ( [id://659705]=note: print w/replies, xml ) Need Help??


in reply to problem using File::Find and taint

You have to set the 'untaint' option:

find ({untaint => 1, wanted => \&find_word}, $dir);

Perl is environmentally friendly - it saves trees

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-29 13:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found