Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Fetch array of values from hashref

by k-mx (Scribe)
on Sep 11, 2019 at 16:30 UTC ( [id://11106020]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Fetch array of values from hashref (updated)
in thread Fetch array of values from hashref

Yes, my bad. I thought he needed all values.

P.S. I want to share another cool hack, maybe somebody don't know about it:

( \$Param{Foo}, \$Param{Bar} ); \( $Param{Foo}, $Param{Bar} ); \@Param{'Foo', 'Bar'};
You can use it in situations like this

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-24 01:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found