Help for this page

Select Code to Download


  1. or download this
    $document = join("", <RTF_FILE>);
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            printf "% 8u %s %s\n", $v, $k, $msg;
        }
    }
    
  3. or download this
    $ perl slurp_bench.pl TD3 30
    Reading file 'TD3' 30 times with each routine.
    ...
         198 slurp_join 
         198 slurp_for 
         198 slurp_FS