foreach my $row (@multi_array) { foreach my $item (@$row) { $item =~ s/^\s+//; } }