Hello all, I'm trying to use Spreadsheet::Writer in one of my .pm file. I have " use Spreadsheet::WriteExcel; " in the file. And I did a seperate .pl file and ran it with perl and it worked fine. And from the error
Can't open test.xls. It may be in use or protected at /usr/local/lib/site_perl/VIP/Taglib/Roster.pm line 27 [Fri Nov 11 12:26:40 2005] [warn] [client 192.168.2.222] [AxKit] Caught an exception [Fri Nov 11 12:26:40 2005] [error] [client 192.168.2.222] [AxKit] [Error] Can't call method "add_worksheet" on an undefined value at /usr/local/lib/site_perl/VIP/Taglib/Roster.pm line 28. it seems like it's not finding the module. So do I have to declare it anywhere else besides in the file to get the module to work? The test.xls is not write protected and it's not writing in a folder that is outside of it's permissions to write in so I don't believe that is the problem. Thanks Aaron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
