The following is from page 75 in the Camel: "List assignment in scalar context returns the number of elements produced by the expression on the <i>right</i> side of the assignment:
$x = ( ($a, $b) = (7,7,7) ); #set $x to 3, not 2 ...." why. how. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]