Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    close $fh;
    print "With :crlf, \$count=$count\n";
    
  2. or download this
    Without :crlf, $count=10
    With :crlf, $count=0