in reply to
selective warnings
Why not just check if it's defined before testing its boolean value?
if (defined $r && !$r){ do something }
[download]
Comment on
Re: selective warnings
Download
Code
In Section
Seekers of Perl Wisdom