in reply to Re: Question Marks in Subroutine Names
in thread Question Marks in Subroutine Names

if ($person->sex) { print "True sex\n"; } else { print "False sex\n"; }
:)))
And seriously, everybody has probably seen way too many boolean sex variables to understand that each if sex then construct confuses reader a lot.