in reply to GetOpt::Long usage style
I've used that style for years (but not always), but not for the reason you mention. Renaming a variable more than once requires only two keystrokes per extra occurrence in an editor like vi (n.), so that expect doesn't bother me at all. Of course, that's assuming :g/$oldvar/s//$newvar/g wouldn't do the trick, in which case there wouldn't be any extra keystrokes.
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: GetOpt::Long usage style
by demerphq (Chancellor) on Mar 09, 2003 at 10:18 UTC |