in reply to Re: List module providing any,all and none
in thread List module providing any,all and none
It does but you can't easily do something like if any(@list) > 1 { You can also do my $larger = any(@list1) > all(@list2); which provids the list of any numbers in list 1 larger than all numbers in list 2. :)
|
|---|