if (++$been_here{$this_location} > 4 and $total_tips{$this_location} == 0) { $pizza->eat_slice if $driver->is_hungry; if ($driver->has_flu) { $driver->cough_on($pizza) } }