Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: The strangest use of unlink I know of

by vrk (Chaplain)
on Feb 28, 2008 at 17:19 UTC ( [id://670944]=note: print w/replies, xml ) Need Help??


in reply to Re: The strangest use of unlink I know of
in thread The strangest use of unlink I know of

The cute thing here is that the hash is initialized with a list of one item, a reference to an empty hash. So:

$ perl -e '%foo = {}; print %foo, "\n";' HASH(0x814dc30)

and (note the trailing comma, indicating an undefined value):

$ perl -e '%foo = {}; print join(",", %foo), "\n";' HASH(0x814dc30),

--
print "Just Another Perl Adept\n";

Log In?
Username:
Password:

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

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

    No recent polls found