Help for this page
my $x = \$z; # "$x is a reference to scalar $z" ... my @v = @{$row{b}}; # "@v is a copy of the array referenced by %row's b entry"