in reply to Re^4: Scalar Vs. List context
in thread Scalar Vs. List context

exactly, but that's different from "evaluating in scalar context".

like in $foo=\@bar, $foo is not the length of @bar!

IIRC in Perl 6 there is less confusion, since the scalar of an array is the array-reference.

Cheers Rolf