Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: problems with tr///;

by DaveMWithnall (Initiate)
on Sep 27, 2001 at 14:29 UTC ( [id://115058]=note: print w/replies, xml ) Need Help??


in reply to problems with tr///;

you could try :
$string =~ s/\\//g;
which will do it.

Replies are listed 'Best First'.
Re: Re: problems with tr///;
by slacko (Initiate) on Oct 06, 2001 at 03:35 UTC
    or : tr/\\/\0/;

Log In?
Username:
Password:

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

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

    No recent polls found