in reply to Re^2: Case where '( shift @_ )[ 0, 0 ]' returns only one value?
in thread Case where '( shift @_ )[ 0, 0 ]' returns only one value?
Ok. I'll do some installs of other versions on Linux and Windows and try to get to the version where it's borked while I finish my work day. On my Windows system I sometimes develop on, with 5.28.1, I get the aa as well:
c:\repos\berrybrew>perl -le "@_ = qw( a b c ); print( ( shift @_ )[ 0, + 0 ] );" aa c:\repos\berrybrew>perl -le "@_ = qw( a b c ); @A = ( shift @_ )[ 0, 0 + ]; print @A" aa c:\repos\berrybrew>perl -v This is perl 5, version 28, subversion 1 (v5.28.1) built for MSWin32-x +64-multi-thread
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Case where '( shift @_ )[ 0, 0 ]' returns only one value?
by AnomalousMonk (Archbishop) on Jan 14, 2019 at 21:41 UTC | |
by stevieb (Canon) on Jan 14, 2019 at 21:49 UTC |