in reply to Re^3: Style Question: Throwaway Objectsin thread Style Question: Throwaway Objects
my $book; { my $parser = Spreadsheet::ParseExcel->new(); $book = $parser->Parse($filename); } [download]
Makeshifts last the longest.