On Wed, Jul 03, 2002 at 09:13:52AM -0700, Elton Hughes wrote: > Hello All, > > I found and installed the Spreadsheet::WriteExcel module. I placed it in my > site_perl folder. When I run a test script, I get the following error > message: > > # Spreadsheet/WriteExcel.pm did not return a true value. > File 'Cyberia:Users:ehughes:Special Projects:Automation project:act_sum.pl'; > Line 24 > # BEGIN failed--compilation aborted. > File 'Cyberia:Users:ehughes:Special Projects:Automation project:act_sum.pl'; > Line 24 > > Any ideas how I should go about solving this one? >
The file probably has Unix line endings rather than Mac line endings. Ronald