Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Difference in Hash Declaration

by jwkrahn (Abbot)
on May 07, 2012 at 11:02 UTC ( [id://969241]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print 1, 'b', 3, 'd', 5, 'f', "\n";
    
  2. or download this
    my @stuff = map $_ + 2, 6, 7, 8, 9, 10;
    
  3. or download this
    my %h = ( 1 => 'j', 2 => 'b' );
    

Log In?
Username:
Password:

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

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

    No recent polls found