in reply to Re: complaint: always testing defined()
in thread complaint: always testing defined()

This is one of the rare instances where I'd find unless more acceptable
$flag = 0 unless $flag;

Update: s/ flag/ $flag/