Help for this page

Select Code to Download


  1. or download this
    open my $sort_FH, '| sort | uniq > '. $sorted_out_file
    
  2. or download this
    open my $sort_FH, '|-', 'sort | uniq > '. $sorted_out_file