in reply to select * and bind_cols considered harmful
in thread Perl Programming guidelines/rules
I think typing out the list of lexical variables is worth the extra speed. There is some data on the speed difference in Tim Bunce's talk.
Of course, if speed makes no difference in your application then use whatever you like.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: select * and bind_cols considered harmful
by blssu (Pilgrim) on Nov 22, 2002 at 18:56 UTC | |
by perrin (Chancellor) on Nov 22, 2002 at 19:18 UTC |