Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    "ABC"    ## fine for Unix <LF> 0x0A
    "DEF     ## didn't work for old MAC <CR> 0x0D
    "