in reply to Re: Re: Nested Quantum::Superpositions
in thread Nested Quantum::Superpositions
Reading this as I suggested above explains the result. Unfortunately the documentation doesn't clarify this important point, and worse yet, gets it backwards in its example. I'll send a bug report to the current maintainer (Steven Lembark).use Quantum::Superpositions; my $all = all("smart","Australian","rich"); my $any = any("smart","Australian","rich"); print "Yes 1\n" if $all eq $any; print "Yes 2\n" if $any eq $all; __END__ Yes 1
UPDATE: Reported. (BTW I find it charming that "True love" is impossible to find...)
|
|---|