sub foo { my $retval = 0; <... lots of code here ...> return $retval; # This is the only return in the sub }