Cool/useful short examples of Perl?

Gabor Szabo szabgab at gmail.com
Mon May 30 14:12:45 BST 2011


I like this very much:



use Spreadsheet::Read;

my $ref = ReadData ("test.xls");
say $ref->[1]{A3};



http://search.cpan.org/dist/Spreadsheet-Read/Read.pm


Gabor


More information about the london.pm mailing list