Help for this page
my %hash; ... #check to see if anything's in my hash... if (defined %hash) ...
my %hash; ... #check to see if anything's in my hash... if (%hash) ...