$ver="abc.txt"; open (IN,$ver); $new="new.txt"; open(OUT,"> $new"); while (){ and next if /^FIELD/; print OUT; }