Help for this page
# where $inp = your file contents... ... print $hash{'section2'}->{'key2'}[0] . "\n"; print $hash{'section3'}->{'key2'}[0] . "\n";
$key = $hash{'section2'}->{'key2'}; foreach (@$key) { print "$_\n"; }