in reply to Re: Code Loop?
in thread Code Loop?

Ahhh, so it's $#@ (as Corion says) times the (random) address of an anonymous array containing the 1?

Replies are listed 'Best First'.
Re^3: Code Loop?
by LanX (Saint) on Aug 08, 2018 at 13:47 UTC
    > times the (random) address of an anonymous array containing the 1?

    yes since x is imposing numeric context on it's RHS

    D:\>perl -E "say [1]; say 0+[1]" ARRAY(0x24e6d8) 2418704

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice