Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Determine largest key in hash

by BrowserUk (Patriarch)
on Oct 04, 2011 at 18:02 UTC ( [id://929621]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [0] Perl> %hash = (
                  1 => {
    ...
                    event => "I saw Fiona!"
                  },
    );;
    
  2. or download this
    pp \%hash;;
    {
      1 => { 1 => "nothing", event => "I saw shrek!", name => "Shrek" },
      6 => { 1 => "nothing", 2 => "nothing", event => "I saw Fiona!", name
    + => "Fiona" },
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found