Help for this page

Select Code to Download


  1. or download this
    perl -pe'chomp; END { print "\n" }' file
    
  2. or download this
    open(my $fh_in, '<', $qfn_in)
       or die("Can't open \"$qfn_in\": $!\n");
    ...
    }
    
    print $fh_out "\n";