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

That will still throw an uninit warning if one variable is defined and the other undefined.

  • Comment on Re: Re: comparing two values under 'perl -w'