Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            return 0;
        }
    }
    
  2. or download this
    package All_In;
    
    ...
          $sets->qualify( @false ) 
              ? "True.\n"
              : "False.\n";
    
  3. or download this
    use strict;
    use warnings;
    ...
        );
        return 0;
    }