Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    #print first new get lines and then old ones
    print $new_file $_ for @new_lines,@orig_lines;