foreach my $arr (@$data) { @$arr = map {$_ eq "undef" ? undef : $_ } @$arr; }