Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: substitute with space

by Zaxo (Archbishop)
on Sep 10, 2007 at 04:37 UTC ( [id://637988]=note: print w/replies, xml ) Need Help??


in reply to substitute with space

Another way is to transliterate;

$keyword =~ tr/+/ /;
That's quicker and a little simpler, since the regex engine isn't invoked.

After Compline,
Zaxo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (None)
    As of 2024-04-25 01:45 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found