Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Effeciency of key-only hash

by betterworld (Curate)
on Aug 24, 2008 at 10:35 UTC ( [id://706538]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    undef(@hash{qw(shave the modern way)});
    
  2. or download this
    @hash{qw(shave the modern way)} = (1) x 4; # cumbersome
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found