Help for this page

Select Code to Download


  1. or download this
        foreach my $item (@{$rss->{'items'}}) {
            my $title=$item->{'title'};
    ...
            @holdarray="$title", "$link", "$date_valid",
                   "$doc_type",  "$identifier", "$description";
    }
    
  2. or download this
            push @megarray, @holdarray;
    
            print "$megarray[0][1]\n";