in reply to Re^4: Strange behaviour (Spreadsheet::WriteExcell)
in thread Strange behaviour (Spreadsheet::WriteExcell)

Can you use PAR or ActiveState's PDK to create '.exe' versions of your scripts such that all the Perl necessary for running your code is packed into that one '.exe' file, and thus the version of Perl for your program could independently be 5.8?
  • Comment on Re^5: Strange behaviour (Spreadsheet::WriteExcell)

Replies are listed 'Best First'.
Re^6: Strange behaviour (Spreadsheet::WriteExcell)
by hawtin (Prior) on Mar 02, 2005 at 08:28 UTC

    In fact that I am already creating self contained '.exe' files for distribution to other Windows based machines. The problem with moving to 5.8 is that one of the ActiveState modules I use didn't work under 5.8 but was OK under 5.6.

    It could well be that the issue has been fixed since then, but to be honest I have not yet seen a compelling reason to invest the time to switch. (Even this present issue can be fixed)