Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: a small regexp question

by Taulmarill (Deacon)
on Jul 29, 2005 at 09:21 UTC ( [id://479311]=note: print w/replies, xml ) Need Help??


in reply to a small regexp question

does it _have_ to be $1? you can get that string very simple by $string =~ tr/_/ /;. that will replace all underscores with spaces. if you want to keep the original string, just copy it into another scalar.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found