Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Getting information from an array of hashes

by chumley (Sexton)
on Apr 26, 2001 at 01:16 UTC ( #75624=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        for ($i = 0 ; $i <= $#diary_data ; $i++ ) {
            print "$i is { ";
    ...
            }
            print "}\n";
        }
    
  2. or download this
     for ($i = 0 ; $i <= $#diary_data ; $i++ ) {
            print "I: $i\n";
    ...
                print "Data: $diary_data[$i]{$temp_keys}\n";
            }
        }
    
  3. or download this
    I: 0
    Key: timestamp
    ...
    Argument "NWORLASTE800 LOGIN FAILED\nNWORLASTE801 LOGIN FAIL\n\nWA..."
    + isn't numeric in helem at ./send_referral.pl line 197.
    Bad index while coercing array into hash at ./send_referral.pl line 19
    +7.
    $
    
  4. or download this
    I: 0
    Key: timestamp
    Key: value
    Key: user
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2023-12-09 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (37 votes). Check out past polls.

    Notices?