foreach my $line (@array) { if ($line =~ /^JOB=/) { $array[$counter] = "RMT=$file\n"; } $counter++; }