in reply to Re^2: A simple backticks question
in thread A simple backticks question

Thanks for the correction, but again, not exactly correct. An array in scalar context evaluates to its number of elements. There is no such thing as a list in scalar context.

Replies are listed 'Best First'.
Re^4: A simple backticks question
by LanX (Saint) on Mar 17, 2014 at 16:49 UTC
    well with exception of the empty list! ;-)

    DB<124> $x = () => undef

    Cheers Rolf

    ( addicted to the Perl Programming Language)