http://www.perlmonks.org?node_id=1057183


in reply to Re^2: shift implicit dereference
in thread shift implicit dereference

That's looking very nice but...

$VAR1 = { 'MONIKER' => 'Monica' }; $VAR2 = { 'MONIKER' => 'Monica' }; $ perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for i686-linu +x-gnu-thread-multi-64int ...

Cheers, Sören

Créateur des bugs mobiles - let loose once, run everywhere.
(hooked on the Perl Programming language)

Replies are listed 'Best First'.
Re^4: shift implicit dereference
by boftx (Deacon) on Oct 06, 2013 at 19:24 UTC

    Confirmed, same result with 5.10.1 on my shared hosting account.

    $ ./monktest.pl $VAR1 = { 'MONIKER' => 'Monica' }; $VAR2 = { 'MONIKER' => 'Monica' }; $ perl -v This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
    On time, cheap, compliant with final specs. Pick two.