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

welchavw has asked for the wisdom of the Perl Monks concerning the following question:

Could someone please explain the output to a new user of Quantum::Superpositions...thanks...

(all(1) == any(all(1), all(2), all(3))) and print "y1\n"; (all(1,4) == any(all(1,4), all(2), all(3))) and print "y2\n"; __OUTPUT__ y1

,welchavw