Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Fletch's scratchpad

by Fletch (Bishop)
on Jun 02, 2004 at 01:56 UTC ( [id://358991]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    TEST="foo=bar%20baz" perl -MScalar::Util=tainted -T -le 'print "TEST t
    +aint? ", tainted( $ENV{TEST} ); ($a, $b) = split( /=/, $ENV{TEST} ); 
    +print "a? ", tainted( $a ), "\tb? ", tainted( $b ); $b =~ s/%([a-fA-F
    +0-9][a-fA-F0-9])/pack("C", hex($1))/eg; print "b? ", tainted( $b )'
    TEST taint? 1
    a? 1    b? 1
    b? 1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-03-19 05:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found