in reply to Re: Basic Objects with Overloaded Operators
in thread Basic Objects with Overloaded Operators

Thanks for the comment! I have included the isa call into
the root node. I wasn't familiar with isa when I wrote the
article (many moons ago).
-perlmonkey
  • Comment on Re: Re: Basic Objects with Overloaded Operators

Replies are listed 'Best First'.
Re: Re: Re: Basic Objects with Overloaded Operators
by Anonymous Monk on Nov 15, 2001 at 06:16 UTC
    unless(isa( $b, 'Complex' ) ) is more proper to cover the case when $b is not an object.