Hi all, i have a problem with the break statement, in my program the
break is not working, that is the control would not breaks from the
loop. Please help me.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
Is there any code for reading an xls file in perl.
I found the following code from net, but it does not work. Please help
me.
#!/usr/bin/perl -w
use strict;
use Spreadsheet::Read;
use Data::Dumper;
my $xls = ReadData ("Input/sample.xls");
print $xls->[1]{'A1'};
exit;
--
To unsubscribe, e-ma