Cool/useful short examples of Perl?

Paul Makepeace paulm at paulm.com
Mon May 30 18:51:11 BST 2011


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)


More information about the london.pm mailing list