Help for this page

Select Code to Download


  1. or download this
    use Quantum::Superpositions;
    
    ...
    } else {
        print "They are not the same\n";
    }
    
  2. or download this
    use Quantum::Superpositions;
    
    ...
    } else {
        print "They are not the same\n";
    }
    
  3. or download this
    if ( all($a, $b, $c) ) {
        print "They are the same\n";
    } else {
        print "They are not the same\n";
    }