Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

(Ovid - need to dereference) Re: Getting information from an array of hashes

by Ovid (Cardinal)
on Apr 25, 2001 at 20:40 UTC ( [id://75530]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash = @{ $diary_data[0] };
    
  2. or download this
    perl -w -e "$a[0]=[1,2];%hash=$a[0]"
    
  3. or download this
    perl -w -e "$a[0]=[1];%hash=@{$a[0]}"
    
  4. or download this
    my %hash = %{ $diary_data[0] };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-24 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found