Help for this page

Select Code to Download


  1. or download this
        $file =~ s[(\015)?\012(?!\015)][\n]g;
        $file =~ s[(\012)?\015(?!\012)][\n]g;