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

Re^2: Is auto-dereferencing worth forcing upgrades to newer versions of Perl?

by tinita (Parson)
on Aug 20, 2013 at 11:38 UTC ( [id://1050173]=note: print w/replies, xml ) Need Help??


in reply to Re: Is auto-dereferencing worth forcing upgrades to newer versions of Perl?
in thread Is auto-dereferencing worth forcing upgrades to newer versions of Perl?

(What happens in blessed arrayrefs which overload hashrefification? Or blessed hashrefs which overload arrayfication? Or blessed scalar refs which overload both?!)
push $blessed_hashref_or_arrayref, ...
results in:
"Not an ARRAY reference" or
"Not an unblessed ARRAY reference"

each $blessed_hashref_or_arrayref
results in:
"Type of argument to each on reference must be unblessed hashref or arrayref"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found