Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Taint mode limitations

by MidLifeXis (Monsignor)
on Nov 02, 2012 at 16:04 UTC ( [id://1002003]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -T -e "$ENV{PATH}='c:\\windows'; $string='original'; $string=$1 i
    +f $ARGV[0] =~ /([a-zA-Z]+)/; system qq(notepad.exe $string) and die $
    +!"
    perl -T -e "$ENV{PATH}='c:\\windows'; $string='original'; $string=$1 i
    +f $ARGV[0] =~ /([a-zA-Z]+)/; system qq(notepad.exe $string) and die $
    +!" foo
    perl -T -e "$ENV{PATH}='c:\\windows'; $string=$ARGV[0];   $string =~ s
    +/ //g;                       system qq(notepad.exe $string) and die $
    +!"
    perl -T -e "$ENV{PATH}='c:\\windows'; $string=$ARGV[0];   $string =~ s
    +/ //g;                       system qq(notepad.exe $string) and die $
    +!" foo
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-18 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found