Help for this page

Select Code to Download


  1. or download this
    test_pre.pl:
    use strict;
    ...
        print DATA "$_\n";
    }
    close(DATA);
    
  2. or download this
    test_slurp.pl:
    use strict;
    ...
    }
    close(FILE);
    print "Used ", time() - $t0, "\n";