Help for this page

Select Code to Download


  1. or download this
    my $infile = !@ARGV?<>:shift @ARGV;
    my $outfile = !@ARGV?<>:shift @ARGV;
    handlefix($infile, $outfile);