Help for this page

Select Code to Download


  1. or download this
    C:\Documents and Settings\dln1\My Documents\PERL>perl excel.pl
    Can't call method "Open" on an undefined value at excel.pl line 16.
    
  2. or download this
    use OLE;
    
    ...
    # Close It Up
    $xl_app->ActiveWorkbook->Close(0);
    $xl_app->Quit();