Help for this page
$ perl stat1.pl files are ./causes2.txt ./fears1.pl ./fears1.pl~ ./fears2.txt ./stat1. +pl ./stat1.pl~ ./template_stuff 240 ... key: ./stat1.pl~, value: HASH(0xa17581c) key: ./template_stuff, value: HASH(0xa22a8d4) $
$ cat stat1.pl use strict; use warnings; ... my $hashref = \%stat; print_hash ( $hashref ); $