Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Got it, sort of (Re: Array of hashes problem)

by chumley (Sexton)
on Apr 26, 2001 at 06:09 UTC ( [id://75693]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print "${${$diary_data[0]}[0]}{user}\n";
        print "${${$diary_data[0]}[0]}{timestamp}\n";
        print "${${$diary_data[0]}[0]}{value}\n";
    
  2. or download this
    MAWEBB
    988227105
    NSA             NOTIFY NETWORK MAINTENANCE              4/24/01       
    +  22:05 CST
    
  3. or download this
    $i=0;
    while (${${$diary_data[0]}[$i]}{user}) {
    ...
        print "Information:\t${${$diary_data[0]}[$i]}{value}\n\n";
        $i++;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found