Help for this page
my %hash; my $value = "foo"; my @cats = qw(a b c d); ... use Data::Dumper; print Dumper(\%hash);
$VAR1 = { 'a' => { 'b' => { ... } } };