- or download this
use strict;
use warnings;
...
}
print "Yup they are all there\n";
- or download this
use Quantum::Superpositions;
use strict;
...
}
print "found all of them\n";
- or download this
use strict;
use warnings;
...
die "Nope not all there\n" if ( any(@array2) != all(@array1) );
print "found all of them\n";