in reply to
Re: Cheap idioms
in thread
Cheap idioms
Since
@ARGV
is localized, it doesn't destroy the main program's
@ARGV
contents. And by using
@ARGV
you get away with the magic diamond operator, thus avoiding the need to open the file yourself. It's a really beautiful idiom.
Juerd
++.
Makeshifts last the longest.
Comment on
Re^2: Cheap idioms
Replies are listed 'Best First'.
Re: Re^2: Cheap idioms
by
DapperDan
(Pilgrim)
on Oct 13, 2002 at 12:49 UTC
Thank you for the clarification.
[reply]
In Section
Meditations