Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: One true regexp for untainting windows filenames?

by ikegami (Patriarch)
on Jan 09, 2009 at 05:14 UTC ( [id://735082]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat > a.c
    #include <stdio.h>
    ...
    
    $ perl -e'exec { "a" } "evil"'
    evil
    
  2. or download this
    $ perl -e'system { "perl" } "evil", "-le", "print \$^X"'
    /usr/bin/perl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-23 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found