Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Fletch's scratchpad

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

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

"REPENT CHOMPLEQUINS!", SAYS THE CHONKCHOP MAN


Rosetta Code: Long List is Long
Rosetta Code: Long List is Long
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 romping around the Monastery: (5)
As of 2024-04-18 06:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found