Re: lexical variables made default

2000-08-02 Thread Graham Barr
On Wed, Aug 02, 2000 at 09:26:42AM -0600, Tom Christiansen wrote: > I believe that under the current proposal, any unqualified and > hitherto undeclared variables would be implicitly declared to be > lexicals in the current scope. This is to be contrasted with the > status quo, under which such v

Re: lexical variables made default

2000-08-02 Thread Tom Christiansen
I believe that under the current proposal, any unqualified and hitherto undeclared variables would be implicitly declared to be lexicals in the current scope. This is to be contrasted with the status quo, under which such variables are implicitly dynamics in the current package. I am not wholly

Re: lexical variables made default

2000-08-02 Thread Ted Ashton
Thus it was written in the epistle of Jeremy Howard, > J. David Blackstone said: > > Prior to version 5, all implementations of Perl were designed with > > only dynamic variables in mind. Perl5 provided lexical variables in a > > backward compatible way. Perl6 should make lexical variables the d

Re: lexical variables made default

2000-08-02 Thread Jeremy Howard
J. David Blackstone said: > Prior to version 5, all implementations of Perl were designed with > only dynamic variables in mind. Perl5 provided lexical variables in a > backward compatible way. Perl6 should make lexical variables the default. > ... That's certainly a nice idea. However, a lot of