http://qs321.pair.com?node_id=11135220


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 ).