in reply to Re: Style Question: Throwaway Objects
in thread Style Question: Throwaway Objects
my $book = do { Spreadsheet::ParseExcel->new() or die "Some error text" } ->Parse($filename) or die "Some error text";
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^2: Style Question: Throwaway Objects
by BrowserUk (Patriarch) on Dec 09, 2002 at 02:09 UTC | |
by Aristotle (Chancellor) on Dec 09, 2002 at 02:12 UTC |