[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
On 12 Apr 2001, at 16:35, Tim Bunce wrote:
> Umm, Data::Lazy seems appropriate.
>
> Tim.
Thanks, I'll rename it.
Jenda
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
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_