Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
      print map("$_->[0] to $_->[1]\n", @$hist), "\n"
        if grep($_, @$st) == 1 and $st->[$orig] == 1;
    }
    
  2. or download this
      print map("$_->[0] to $_->[1]\n", @$hist), "\n"
        if grep($_, @$st) == 8 and !$ok;