Help for this page

Select Code to Download


  1. or download this
    print ref $hash->{'searchResult'}->{'item'};
    
  2. or download this
    foreach my $n (@{ $hash->{'searchResult'}->{'item'} }) {
    ...
    }