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

Wrong result for "length keys %$hashref"?

by samwyse (Scribe)
on Mar 14, 2011 at 19:34 UTC ( [id://893123]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      print length keys %$hashref;
      print join ',', keys %$hashref;
      print Dumper $hashref;
    
  2. or download this
    1
    x,y,z
    ...
              'y' => 0,
              'z' => 0
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-23 11:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found