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
But as long as you keep believing in the existence of lists in scalar context, you'll keep being confused.
Up to a point.
is explained by reference to the definition, which refers to the Scalar Context effect on the assignment, independent of the list being assigned to.$s1 = ($x, $y) = 0..11;
This piece of magic cannot be understood either as a List in Scalar Context or as a Scalar Context ',' operation.
Apples and pears wise, what we have here is a banana.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: If you believe in Lists in Scalar Context, Clap your Hands (s/they/you/)
by tye (Sage) on Oct 24, 2008 at 03:00 UTC |