Help for this page
my %hash = get_hash();
get_hash { my %hash; ... ... if( defined( $hash{ $data[0] } ) ) {
get_hash { my %hash; ... ... if( defined( $hashRef->{ $data[0] } ) ) { ## Note the arrow .......^^