Help for this page

Select Code to Download


  1. or download this
    
    $SIG{INT} = sub { cleanup(); die "Caught interrupt"; };
    ...
      $Book->Close();
      $Excel->Quit();
    }