Help for this page
my %hash = ( "bob" => "section-a", ... my $value = $shit{$key}; print "$key => $value\n"; }
my %hash = ( "bob" => "section-a", ... print "$key => $value\n"; }