I am very new to perl and using version 5.16.3; do I need to install a module to open a excel spreadsheet..? I am currently using this test code
#!/usr/bin/perl use strict; use warnings; use Spreadsheet::Read; my $workbook = ReadData ("test.xls"); print $workbook->[1]{A3} . "\n";
I'm getting an error at line 5...?
In reply to open excel file..? by harcharn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |