John W. Krahn wrote:
> "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.
True, but illustrates how to easily further affect the results enroute to
@notinarray.. could be valuable to a newcomer :)
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]