in reply to Re^5: If you believe in Lists in Scalar Context, Clap your Hands
in thread If you believe in Lists in Scalar Context, Clap your Hands

So, then, scalar also returns a list in list context?   (BTW, @x is an array, not a one element list.)

Replies are listed 'Best First'.
Re^7: If you believe in Lists in Scalar Context, Clap your Hands
by chromatic (Archbishop) on Oct 25, 2008 at 18:41 UTC
    So, then, [scalar[ also returns a list in list context?

    Yes, a one-element list.

    (BTW, @x is an array, not a one element list.)

    You're right. I misworded that sentence and have corrected it.