Help for this page

Select Code to Download


  1. or download this
      $a =~ s/\x0d\x0a/' + Chr(13) + Chr(10) + '/;
    
  2. or download this
      $a =~ s/\r\n/' + Chr(13) + Chr(10) + '/;
    
  3. or download this
      $a =~ s/\r\n/' + Chr(13) + Chr(10) + '/g;