Help for this page

Select Code to Download


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