Help for this page

Select Code to Download


  1. or download this
    binmode($fh_in);
    binmode($fh_out);
    ...
       s/\x0D\x0A/\x0A/g;
       print $fh_out $_;
    }