http://qs321.pair.com?node_id=362847


in reply to Re: Style or Clarity?
in thread Style or Clarity?

Another trick if you must must must have the if statements, is to replace the conditional with a subroutine. i.e (assuming F stands for failed)...
if(failed($status)) { .... } else if(!responseNotFailed($status)) { } else { }

Bart: God, Schmod. I want my monkey-man.