hallikpapa has asked for the wisdom of the Perl Monks concerning the following question:
Separate question also. You'll notice that I am using Spreadsheet::ParseExcel. It works fine in linux, but I am developing the code on my laptop before I push it to the box, but I can't run it on windows. I get this error.my $soap = SOAP::Lite->proxy('http://localhost:8180'); my $excel = Spreadsheet::ParseExcel::Workbook->Parse($file); my $writer = XML::Writer->new( OUTPUT => $soap, NEWLINES => 0, DATA_MODE => 1, DA +TA_INDENT => 2, );
Weak references are not implemented in the version of perl at C:/Perl/ +site/lib/Spreadsheet/ParseExcel.pm line 67 BEGIN failed--compilation aborted at C:/Perl/site/lib/Spreadsheet/Pars +eExcel.pm line 67. Compilation failed in require at script.pl line 4. BEGIN failed--compilation aborted at script.pl line 4.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Question with SOAP::Lite
by talexb (Chancellor) on Nov 08, 2007 at 02:49 UTC | |
|
Re: Question with SOAP::Lite
by hallikpapa (Scribe) on Nov 08, 2007 at 00:55 UTC | |
|
Re: Question with SOAP::Lite
by erroneousBollock (Curate) on Nov 08, 2007 at 03:52 UTC | |
by hallikpapa (Scribe) on Nov 08, 2007 at 07:22 UTC |