in reply to Re: Re: Clearing user defined variables
in thread Clearing user defined variables
And we program in Perl, because it is better than those low-level languages. One of the ways it is better is scoped variables.
If you think non-scoped variables don't bother you, try this experiment: rewrite your 3200 line script to use scoped variables (if you're such a hot coder the non-scoped variables never bothered you, this should be peanuts to you). Then maintain both versions for a month, adding the same features to each version. I'm betting you will find maintaining the scoped version much easier.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Clearing user defined variables
by ambrus (Abbot) on Apr 13, 2004 at 17:20 UTC |