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

Re: printing hash produce errors

by bart (Canon)
on Jun 02, 2013 at 12:18 UTC ( [id://1036582]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash = ('perl' => 1 , 'C' => 0) ;
    
  2. or download this
    my $hash = {'perl' => 1 , 'C' => 0} ;
    foreach my $key(sort keys %$hash)
    ...
         print "$key : $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://1036582]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-20 03:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found