in reply to Re: Question Marks in Subroutine Namesin thread Question Marks in Subroutine Names
if ($person->sex) { print "True sex\n"; } else { print "False sex\n"; } [download]