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++

Reply via email to