Help for this page

Select Code to Download


  1. or download this
     
    foreach my $node(keys (%$source)) {
          my $elem=$source->{$node};
    ...
          }
     }
    
  2. or download this
    foreach $label (keys %contact) {
    print"$label:$contact{$label}\n";