[tpm] Spreadsheet::WriteExcel and Spreadsheet::ParseExcel
Mark Fowle
mfowle at navicominc.com
Fri Oct 31 08:36:19 PDT 2008
I think it's telling you that /Server1/sambaFolder/test.xls does not
exit.
On the command line try ls /Server1/sambaFolder/test.xls
Maybe you want ./Server1/sambaFolder/test.xls
Code wise you might want
My $file = "/Server1/sambaFolder/test.xls"
die ("no such file $file\n") unless (-e $file );
unless(defined($wb = $parser->Parse($file"))){
die "$!";
}
________________________________
From: toronto-pm-bounces+mfowle=navicominc.com at pm.org
[mailto:toronto-pm-bounces+mfowle=navicominc.com at pm.org] On Behalf Of
Ibrahim Amin
Sent: Friday, October 31, 2008 11:31 AM
To: toronto-pm at pm.org
Subject: [tpm] Spreadsheet::WriteExcel and Spreadsheet::ParseExcel
I am getting folowing error:
Input/output error at readConfig.pl line 32.
The code is as follow:
unless(defined($wb = $parser->Parse("/Server1/sambaFolder/test.xls"))){
die "$!";
}
Can someone please help me?
--
Yours truly,
Ibrahim Amin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/toronto-pm/attachments/20081031/bbe660cf/attachment-0001.html>
More information about the toronto-pm
mailing list