Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

romandas's scratchpad

by romandas (Pilgrim)
on Jun 02, 2004 at 17:23 UTC ( [id://359582]=scratchpad: print w/replies, xml ) Need Help??

if($data !~ /^[\ -\~\007\012\015\035\036\037]*$/) { $data =~ tr/[\ -\~\007\012\015\035\036\037]/ /cs; }
I expect this to change everything except those characters in the regex into spaces, but $data contains letters, numbers, and a few other characters after this block of code. I don't understand why.
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 having a coffee break in the Monastery: (5)
As of 2024-03-28 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found