Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
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 imbibing at the Monastery: (4)
As of 2024-04-19 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found