# Number 1: the trailing return sub blah { if($somevar == $somevalue) { return $this; } else { return $that; } return; }