in reply to Re^2: How to add values of hash by reading from different text files
in thread How to add values of hash by reading from different text files

A very good (and free) book to (self) learn Perk is "Beginning Perl" which can be found here. "use strict; and the use of my are explained in Chapter two, page 66.

I use this book in the Perl programming course I teach in our local computer club.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James