Help for this page

Select Code to Download


  1. or download this
        close (CMD);
    
  2. or download this
    sub fail {    # Allow failures to show on the web page.
        print @_;
    ...
               or  fail "Can't save $wmlfile to $finish: $!\n";
             }
          }