in reply to Re: Re: Perl Programming guidlines/rules
in thread Perl Programming guidelines/rules
. . . those are not globals, by the way . . .
OK, fine, in Perl, there technically aren't any global vars. There is just vars that have a really wide scope. However, for practical matters, widely scoped lexicals are global vars.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Perl Programming guidlines/rules
by perrin (Chancellor) on Nov 22, 2002 at 02:12 UTC |