Help for this page
foreach $array_element(@Array) { print "$array_element "; }
print $_ . ': ' . $erg{$_} . '<br />' . "\n" foreach (keys %erg);