Help for this page

Select Code to Download


  1. or download this
    $is_ebcdic_37   = "\n" eq chr(37);
    $is_ebcdic_1047 = "\n" eq chr(21);
    
  2. or download this
    @lines = split /\012\015?|\015\012?/, $file;