Help for this page
use strict; # or DIE : ) use warnings; # or SUFFER : ) ... print "$reference->{one}"; # prints this
push @kung, \%item; print "Kungfoo is ->", $kung[0]{foo}, "<-\n";