Help for this page

Select Code to Download


  1. or download this
    s/\015\012/\012/g
    s/\015/\013/\013/g
    s/\r\n/\n/g
    
  2. or download this
    #! perl -w
    # Convert a dos format file to Unix removing ^M Char from file
    ...
     }
    close(OPEN);
    close(CONV);