Re: Namespace registration - Lazy.pm

2001-04-15 Thread Johan Vromans
[Quoting [EMAIL PROTECTED], on April 10 2001, 13:03, in "Namespace registrati"] > Lazy Rdprprovides "lazy" scalars, arrays and hashes JENDA Nice. > Should I rename the module and how? Yes, please. I'd suggest to discuss this at comp.lang.perl.modules. -- Johan

Re: Namespace registration - Lazy.pm

2001-04-13 Thread Jenda
On 12 Apr 2001, at 16:35, Tim Bunce wrote: > Umm, Data::Lazy seems appropriate. > > Tim. Thanks, I'll rename it. Jenda

Re: Namespace registration - Lazy.pm

2001-04-12 Thread Tim Bunce
Umm, Data::Lazy seems appropriate. Tim. On Tue, Apr 10, 2001 at 01:03:03PM +, [EMAIL PROTECTED] wrote: > Lazy Rdprprovides "lazy" scalars, arrays and hashes JENDA > > A module for simulating lazines in perl. It provides scalars, arrays > and hashes that are ``lazy'', tha

Namespace registration - Lazy.pm

2001-04-10 Thread Jenda
LazyRdprprovides "lazy" scalars, arrays and hashes JENDA A module for simulating lazines in perl. It provides scalars, arrays and hashes that are ``lazy'', that is their value is computed only if necessary and at most once. use Lazy '$variablename' => \&function [, $store_