Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
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 contemplating the Monastery: (6)
As of 2024-03-29 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found