Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Referencing/returning array of hashes from sub

by chromatic (Archbishop)
on Jun 08, 2011 at 18:36 UTC ( [id://908761]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @expanded = @$reference;
    
    for my $element (@expanded)
    {
       ...
    }
    
  2. or download this
    for my $element (@$reference)
    {
       ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-25 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found