sub test { my $x = somethig; exit($x, $y) if $x; return $x; }