Help for this page
# ... for my $line (@lines) { ... print MYOUTPUTFILE $line; } # ...
elmex@home: ~# cat file.txt.mrk | perl -ne 's/^(.{11})DC/\1 /; pri +nt' >> test.tmp