Help for this page

Select Code to Download


  1. or download this
      my @entries = $return->entries;
      foreach my $entry (@entries) {
      ..
    
  2. or download this
      foreach my $entry ($return->entries) {