Help for this page

Select Code to Download


  1. or download this
    sub KillWinWord
    {
      print "Closing Application... -> ";
    ...
      }
      print "\n\n";
    }
    
  2. or download this
    foreach $key (sort (keys(%SReport_Hash)))
    {
      # Lets get first Name out from the key
    ...
      
      &Read_Document($key, \*WordDocHandleCountry1, \*WordDocHandleCountry
    +2, $SReport_Name, 1);  &KillWinWord();
    }