Help for this page

Select Code to Download


  1. or download this
    # the only need of this module file is to ease binmode'ing
    # for STDIN, STDOUT, so one could write
    ...
      binmode STDOUT;
    }
    1;
    
  2. or download this
    perl -mb -wn0777e "s/\r//g;print" file.txt >file.out