Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Tutorial RFC: Guide to Perl references, Part 1

by 1nickt (Canon)
on Jul 08, 2015 at 04:00 UTC ( [id://1133673]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Very clear to a clear thinker
    
    ...
    while ( my ( $key, $value ) = each %hash ){
        say "key: $key, value: $value";
    }
    
  2. or download this
    # More captivating to your average thinker
    
    ...
        say "Name: $name, Species: $species";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found