Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

A fix for shellwords.pl (leave tainted variables tainted)

by Ovid (Cardinal)
on May 21, 2002 at 16:27 UTC ( [id://168177]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub shellwords {
        package shellwords;
    ...
        }
        @words;
    }
    
  2. or download this
    --- shellwords.pl.orig  Tue May 21 10:04:07 2002
    +++ shellwords.pl       Tue May 21 11:12:45 2002
    ...
                if (s/^"(([^"\\]|\\.)*)"//) {
                    ($snippet = $1) =~ s#\\(.)#$1#g;
                }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-24 17:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found