Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: substituting with hash data

by Cirollo (Friar)
on Aug 16, 2001 at 18:04 UTC ( [id://105382]=note: print w/replies, xml ) Need Help??


in reply to substituting with hash data

Something like this perhaps?
$string =~ s/$_/$hash{$_}/g for (keys %hash);

Log In?
Username:
Password:

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

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

    No recent polls found