Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: [stonehenge] deep copy what's the function getpwent()

by Anonymous Monk
on Nov 29, 2013 at 07:53 UTC ( [id://1064909]=note: print w/replies, xml ) Need Help??


in reply to Re: [stonehenge] deep copy what's the function getpwent()
in thread [stonehenge] deep copy what's the function getpwent()

Oh, and each is an iterator too.
while (($key, $value) = each %hash) { print $key, "\n"; }
               After "each" has returned all entries from the hash or array,
               the next call to "each" returns the empty list in list context
               and "undef" in scalar context.  The next call following that
               one restarts iteration.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-16 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found