Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: what would you like to see in perl5.12? (trees)

by Arunbear (Prior)
on Aug 10, 2008 at 16:31 UTC ( [id://703440]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    while(my ($key, $val) = each %capital) {
        say "key: $key, val: $val";
    }
    
  2. or download this
    Countries starting from Germany:
    key: Germany, val: Berlin
    ...
    key: France, val: Paris
    key: England, val: London
    key: Egypt, val: Cairo
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found