Help for this page

Select Code to Download


  1. or download this
    $ perl -nlae "$t+=$F[2]; END{print $t/$.}" *
    
  2. or download this
    use strict;
    use warnings;
    ...
    # Find any file in a directory named "data", for example
    # (and its subdirectories)
    find(\&process_file, 'data');