I saw an article on perl script performance.
One of the things they mentioned is using hash references instead of accessing the hash directly each and everytime.
What benefit to do I gain from referring to the hash instead of a direct access?
My script reads from a list of server names that in theory could be as much as 100 machines if someone needed that many. So any boost I can give to my script would be great.