"Scott R. Godin" wrote:
>
> use Quantum::Superpositions;
>
> my @notinarray1 =
> map { $_ }
^^^^^^^^^^
> eigenstates( any(@Array2) ne all(@Array1) );
>
> my @notinarray2 =
> map { $_ }
^^^^^^^^^^
> eigenstates( any(@Array1) ne all(@Array2) );
The map operator in this instance is not doing anything except slow down
the code.
John
--
use Perl;
program
fulfillment
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
