Help for this page

Select Code to Download


  1. or download this
    
    do {
    ...
        { desc => "initial deal", metric => 5383 },
      );
    }
    
  2. or download this
      $|=1;
      open F, ">>state.txt";
    ...
      %positions = ();
      print F scalar localtime(time), "Reset positions\n";
      close F;