On Fri Apr 20 19:16:03 2012, jkeenan wrote:
> Perl 5.14.2:
>
> $ perl -we 'shift @foo if @foo->[0];'
> Using an array as a reference is deprecated at -e line 1.
>
> $ perl -we 'keys %foo if %foo->{"bar"};'
> Using a hash as a reference is deprecated at -e line 1.
>
> So, it appears we're not going to remove this syntax; it is simply going
> to remain deprecated indefinitely.
I would like to see those undeprecated.
--
Father Chrysostomos
---
via perlbug: queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=41480
Thread Previous