http://www.perlmonks.org?node_id=162132


in reply to Re: Can If-then conditions do ($a = $b = $c) type expressions?
in thread Can If-then conditions do ($a = $b = $c) type expressions?

I can't wait!
But while you are waiting, there are always 23rd century programming techniques to fall back on:
use Quantum::Superpositions; if ($a == all($b,$c)) {...}
;-)