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

Re^2: Force access a Hash ref as Array ref

by Anonymous Monk
on Jul 20, 2021 at 14:58 UTC ( [id://11135220]=note: print w/replies, xml ) Need Help??


in reply to Re: Force access a Hash ref as Array ref
in thread Force access a Hash ref as Array ref

This appears to change the signature of new() to SomeMod->new( undef, { name => value ... } ). Not to mention that it loses the order of the arguments.

OTOH splice @asList, 0, 2 is a reasonable alternative to ( shift @asList, shift @asList ).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-29 06:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found