Re: variable scope question

2002-06-20 Thread Felix Geerinckx
on Thu, 20 Jun 2002 12:41:34 GMT, Martin A. Hansen wrote: > i will elaborate the question: > > > i have a huge script with many global variables and subroutines. > > several variable names are reused, but lexically scoped to > subroutines and everything works fine. > > but if you forget (bug

Re: variable scope question

2002-06-20 Thread Peter Scott
At 02:41 PM 6/20/02 +0200, Martin A. Hansen wrote: >i will elaborate the question: > > >i have a huge script with many global variables and subroutines. > >several variable names are reused, but lexically scoped to subroutines >and everything works fine. > >but if you forget (bugs do occur!) to d