Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

clairudjinn

by clairudjinn (Beadle)
on Jul 25, 2002 at 16:18 UTC ( [id://185239]=user: print w/replies, xml ) Need Help??

He just made it so simple...

Here follows the account of clairudjinn, and the finding of the Ring of List Assignment in Scalar Context:

On Wed, 9 Oct 2002, clairudjinn wrote:
"...except maybe Schwartz or folks like that? I'll go there if you won't answer. I'll go insane if you can't. Either way, I can say I emailed the creator of Perl. Weeeeee. About my query... 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 right side of the assignment:

$x = ( ($a, $b) = (7,7,7) ); #set $x to 3, not 2

...why?"

>>>Because then you can use it for a boolean value:

while (($a,$b) = somefunc()) { ... }

If it used the number of elements on the left, it would always be true.

"...how.?"

>>>It counts them. :-)

Larry

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found