Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: An Elegance Question

by plaid (Chaplain)
on Apr 13, 2000 at 22:30 UTC ( [id://7501]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach (@story) {
        s/\[(.*?)\]/$hash{$1}/g;
        print;
    }
    
  2. or download this
    map { s/\[(.*?)\]/$hash{$1}/g; print } (@story);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 02:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found