Help for this page
use strict; use warnings; my %hash=("bob" =>123, ... $hashRef->{$_} .= "hello"; #Change Values } }
tom = CAT bob = 123 tom = CAThello bob = 123hello