Re: IDEA: lexically scoped subs anyone

2000-09-30 Thread Ariel Scolnicov
Simon Cozens <[EMAIL PROTECTED]> writes: > On Fri, Sep 29, 2000 at 04:13:46PM +0100, Piers Cawley wrote: > > Did anyone suggest the following yet? > > package Foo; > > my sub _helper_function { ... } > > Todo: > lexically scoped functions: my sub foo { ... } > the basic conce

Re: IDEA: lexically scoped subs anyone

2000-09-29 Thread Simon Cozens
On Fri, Sep 29, 2000 at 04:13:46PM +0100, Piers Cawley wrote: > Did anyone suggest the following yet? > package Foo; > my sub _helper_function { ... } Todo: lexically scoped functions: my sub foo { ... } the basic concept is easy and sound, the difficulties begin with