[Quoting Miko O'Sullivan, on December 21 2000, 17:03, in "RE: Seeking namespac"]
> > On Wed, Dec 20, 2000 at 06:45:57PM -0500, Miko O'Sullivan wrote:
> > > I have written a module named "CheckList". Here's the synopsis from the
> > > documentation:
> > >
> > >Provides a mechanism for tracking
> On Wed, Dec 20, 2000 at 06:45:57PM -0500, Miko O'Sullivan wrote:
> > I have written a module named "CheckList". Here's the synopsis from the
> > documentation:
> >
> >Provides a mechanism for tracking a list of "to do" items. Each
> >item can be added to the list any number of times, b
On Wed, Dec 20, 2000 at 06:45:57PM -0500, Miko O'Sullivan wrote:
> I have written a module named "CheckList". Here's the synopsis from the
> documentation:
>
>Provides a mechanism for tracking a list of "to do" items. Each
>item can be added to the list any number of times, but is retur
I have written a module named "CheckList". Here's the synopsis from the
documentation:
Provides a mechanism for tracking a list of "to do" items. Each
item can be added to the list any number of times, but is returned
only once by the next() or each() commands. CheckList provides two