Help for this page

Select Code to Download


  1. or download this
    my $data = <<EOF;
    first
    second
    EOF
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "bytes read = $num_bytes\n";
    
    ## prints 15  The <CR>'s are there in bin mode