in reply to Re^2: Splitting on tabs then removing extra white space with mapin thread Splitting on tabs then removing extra white space with map
my @new = map { ... } @old; [download]
By changing $_, you *also* change @old in non-obvious manner.