Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Hash Curious (context/dereferencing/backwards compatible)

by LanX (Saint)
on Oct 16, 2021 at 10:33 UTC ( [id://11137625]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    func(\@arr);
    
  2. or download this
    sub func {
        my $arr =shift;
        print "First: $arr->[0]";
        print "Nested List @{$arr->[0]}";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-18 15:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found