in reply to Re: comparing two values under 'perl -w'
in thread comparing two values under 'perl -w'

btw,
~% perl -we 'print "Really???\n" if undef == undef;' + Use of uninitialized value at -e line 1. Use of uninitialized value at -e line 1. Really??? ~%

I know that undef in numerical context is just 0, but...

Replies are listed 'Best First'.
Re: Re: Re: comparing two values under 'perl -w'
by demerphq (Chancellor) on Apr 02, 2002 at 17:01 UTC
    Wtith all due respect thats a big but...

    :-)

    Hmm. No pun intended.

    Yves / DeMerphq
    ---
    Writing a good benchmark isnt as easy as it might look.