Re: properties, revisited

2001-08-02 Thread Dan Sugalski
At 07:28 PM 8/2/2001 -0700, Edward Peschko wrote: > > Now that you've got me thinking about it, that brings up some interesting > > questions. > > > > $bar = $foo is my_prop = 0 is some_prop; > > ($bar = $foo is my_prop) = 0 is some_prop; > > $bar = ($foo is my_prop) = 0 is some_prop; > >This is w

Re: properties, revisited

2001-08-02 Thread Bryan C . Warnock
On Thursday 02 August 2001 10:38 pm, Edward Peschko wrote: > Statement: $bar isnt my_prop; > > This makes $bar keep all of its properties, removing my_prop; No. This gives $bar the negation of my_prop, whatever it may be. It may be its removal, it may be something else. > Anyways, just a clar

Modules, Versioning, and Beyond

2001-08-02 Thread Hildo . Biersma
> "Bryan" == Bryan C Warnock <[EMAIL PROTECTED]> writes: Bryan> Using Multiple Versions Of The Same Module In One Program Bryan> There are a lot of reasons why this isn't a good idea, or even Bryan> possible in places. Non-Perl code on the backend, for Bryan> instance, will probably prevent