Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: String Replace

by gwadej (Chaplain)
on Jun 17, 2009 at 18:07 UTC ( [id://772502]=note: print w/replies, xml ) Need Help??


in reply to String Replace

Change the last line to:

$proc_string =~ s/\Q$temp1\E/$temp2/g;

s/// does a regular expression substitute, you need \Q to quote meta-characters so they are matched exactly.

G. Wade

Log In?
Username:
Password:

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

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

    No recent polls found