LOCAL_BLOCK: { my @units = map $_->{unit}, @data; $_->{unit} = 'S' for @data; parser(@data); $data[$_]{unit} = $units[$_] for 0 .. $#data; }