in reply to arrays and lists, hmmm
Update: When writing this post, I knew that this "secret" operator had a cute name but I couldn't remember it. I found it: Goatse also called the "Saturn" operator, =()=.use warnings; use strict; my $y = () = ("a", "b"); print "$y\n"; __END__ Prints: 2
|
|---|