in reply to Re: Spreadsheet::WriteExcel # of files limitation?
in thread Spreadsheet::WriteExcel # of files limitation?

Yea, i'm closing the input files as soon as i'm done reading from them and I'm closing the output files with $workbook->close() as well.
  • Comment on Re: Re: Spreadsheet::WriteExcel # of files limitation?

Replies are listed 'Best First'.
Re: Re: Re: Spreadsheet::WriteExcel # of files limitation?
by RMGir (Prior) on Jul 16, 2002 at 18:18 UTC
    (Edit: Got rid of non-working code that tried to check lsof output)

    I guess this experiment didn't prove much...

    But looking at the code in the WriteExcel module, things seem to get closed when they should, so I'm puzzled...
    --
    Mike