Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: When will "Using a hash as a reference is deprecated" be enforced?

by grinder (Bishop)
on Mar 23, 2007 at 08:22 UTC ( [id://606186]=note: print w/replies, xml ) Need Help??


in reply to When will "Using a hash as a reference is deprecated" be enforced?

% ./perl -Mwarnings -Mstrict -e'my %a = ( a => 1); print %a->{a}' Using a hash as a reference is deprecated at -e line 1

Well, it still works in bleadperl, which is what will become 5.10. So you're safe for a number of years yet. Rafaël announced a code freeze some time back, so a major change that would force this syntax to be retired is unlikely to happen this round.

Still, it would be a good idea to go through the code base and clean that up.

• another intruder with the mooring in the heart of the Perl

  • Comment on Re: When will "Using a hash as a reference is deprecated" be enforced?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found