in reply to spreadsheet::writeexcel::simple problem

Probably not worth mentioning, but did you binmode the file handle? Have you compared the created-under-linux version with the other?
  • Comment on Re: spreadsheet::writeexcel::simple problem

Replies are listed 'Best First'.
Re: Re: spreadsheet::writeexcel::simple problem
by RandomWalk (Beadle) on Nov 05, 2003 at 02:13 UTC
    Sad to say it was worth mentioning. I read perlport but binmode seemed pertinent only to text file line endings and I was pretty far from remembering that the *file* ending is the issue with DOS binary files. Thank you. Mark