On Mon, Jun 11, 2001 at 01:31:36PM +0100, Graham Barr wrote: > On Mon, Jun 11, 2001 at 01:34:49AM -0700, Chris Hostetter wrote: > > $input = 4; > > $bool = $input < 22; # $bool = 1 is valueR(22) > > print "ok!" if $bool == 1; # whoops, '==' is looking at $bool.valueR > > Well perhaps $input < 22 should yield 22 is true Or perhaps you should have said "my bit $bool;" :) -- When your hammer is C++, everything begins to look like a thumb. -- Steve Haflich, comp.lang.c++
- suggested properties of operator results Chris Hostetter
- Re: suggested properties of operator results Dave Storrs
- Re: suggested properties of operator results Daniel S. Wilkerson
- Re: suggested properties of operator results James Mastros
- Re: suggested properties of operator results Chris Hostetter
- Re: suggested properties of operator results Graham Barr
- Re: suggested properties of operator results Simon Cozens
- Re: suggested properties of operator results Graham Barr
- Re: suggested properties of operator results Damian Conway
- RE: suggested properties of operator results David Whipp
- RE: suggested properties of operator results Damian Conway
- RE: suggested properties of operator results Dan Sugalski