Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^5: Experimental features: autoderef vs postfix deref

by ikegami (Patriarch)
on Jul 13, 2015 at 17:08 UTC ( [id://1134548]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Experimental features: autoderef vs postfix deref
in thread Experimental features: autoderef vs postfix deref

use feature qw( postderef ); and no warnings qw( experimental::postderef ); will continue to work even though they won't be needed in 5.24. Similarly for the third-party tool use experimental 'postderef';.

use feature qw( postderef_qq ); will continue to be needed to use this syntax in double-quoted strings.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found