Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Need help from the esteemed monks on scoping/hashes

by ioannis (Abbot)
on Jun 05, 2006 at 20:50 UTC ( [id://553698]=note: print w/replies, xml ) Need Help??


in reply to Need help from the esteemed monks on scoping/hashes

The statement %mapping = split; ensures that the hash is re-initialized with only one key; yet, the for() loop wants to print the value of more than one key as it loops through print $mapping{$n} .
  • Comment on Re: Need help from the esteemed monks on scoping/hashes

Log In?
Username:
Password:

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

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

    No recent polls found