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-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/