Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: beginnner perl hash question

by n3toy (Hermit)
on Feb 17, 2009 at 05:52 UTC ( #744299=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %hash = ();
    
  2. or download this
    foreach $key (keys %hash) {
        print $hash{$key} . "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (11)
As of 2023-09-26 16:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?