Re: Request for namespaces

2001-01-03 Thread Miko O'Sullivan
>OK, let me know when you have uploaded something.--Thanks! How about the name Math::BooleanEval? That may be a bit more descriptive, since the array really isn't the important part of the process. -miko _ Get your FREE download

Re: Request for namespaces

2001-01-03 Thread Andreas J. Koenig
> On Tue, 2 Jan 2001 15:04:19 -0500, "Miko O'Sullivan" ><[EMAIL PROTECTED]> said: > See the examples in the docs. > :-) cpan> ls MIKO No files in the directory of MIKO OK, let me know when you have uploaded something.--Thanks! -- andreas

Re: Request for namespaces

2001-01-02 Thread Miko O'Sullivan
On Tue, Jan 02, 2001 at 03:05:33PM +0100, Andreas J. Koenig wrote: > I'm sure I'm missing something very basic here: Where is the "or" in > the array? I mean, how do "yea | ney" and "yea & ney" differ? The or isn't in the array. Only the individual elements of the expression are in the array. So

Re: Request for namespaces

2001-01-02 Thread Andreas J. Koenig
> On Sun, 31 Dec 2000 14:09:46 -0500, "Miko O'Sullivan" <[EMAIL PROTECTED]> said: miko> Math::BooleanArray adpO Parse boolean expressions >> >> I cannot follow the relation of "Parse" and "Array". Could you explain >> the idea a little?--Thanks! > The object parses the expression into

RE: Request for namespaces

2000-12-31 Thread Miko O'Sullivan
> miko> Math::BooleanArray adpO Parse boolean expressions > > I cannot follow the relation of "Parse" and "Array". Could you explain > the idea a little?--Thanks! The object parses the expression into an array of component expressions. For example, the expression "yea | ney" would be parsed

Re: Request for namespaces

2000-12-31 Thread Andreas J. Koenig
> On Thu, 21 Dec 2000 17:14:38 -0500, "Miko O'Sullivan" <[EMAIL PROTECTED]> said: miko> Math::BooleanArray adpO Parse boolean expressions I cannot follow the relation of "Parse" and "Array". Could you explain the idea a little?--Thanks! -- andreas