Help for this page

Select Code to Download


  1. or download this
    foreach $array_element(@Array)
    {
       print "$array_element ";
    }
    
  2. or download this
     print $_ . ': ' . $erg{$_} . '<br />' . "\n" foreach (keys %erg);