Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    # check to see if it took
    print $rw->recsep($file, 'hex') . "\n";
    
  2. or download this
    \0d\0a  # before (\r\n)
    \0a     # after  (\n)
    
  3. or download this
    :set ff=unix