Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Ouch! Each! Reentrant it is not

by BrowserUk (Patriarch)
on Jul 15, 2005 at 03:01 UTC ( [id://475111]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $key1 = each %hash;
    ...
    $key2 = each %hash;
    ...
    $key3 = each %hash;
    
  2. or download this
    @h{ 'a'..'z' } = 1..26;;
    print each %h;;
    ...
    o => 15
    print each %h;;
    w 23
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-23 22:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found