On Mon, May 30, 2011 at 14:12, Gabor Szabo <szabgab at gmail.com> wrote: > use Spreadsheet::Read; > > my $ref = ReadData ("test.xls"); > say $ref->[1]{A3}; > > http://search.cpan.org/dist/Spreadsheet-Read/Read.pm Cool module. If you do include it, s/ref/workbook/ Paul (who is puzzled by this name-your-var-with-only-its-type cargo cult)