Help for this page

Select Code to Download


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