my $stmt = 'something'; my $res = do { my $stmt = 'other'; return $stmt; }; # $res eq 'other' # $stmt eq 'something'