Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      printf "%20s => %s\n", $test,
        hasall( $test, @wanted ) ? "has all" : "does not have all";
      }
    
  2. or download this
                    1432 => does not have all
                   21432 => has all
    ...
                    1345 => does not have all
               brown fox => does not have all
             98276?54321 => has all