Help for this page

Select Code to Download


  1. or download this
    ...
    <entry>
    ...
      <content>The content itself</content>
    </entry>
    ...
    
  2. or download this
    my $tmpComments = File::Temp->new(SUFFIX=>'.txt') or die "File::Temp: 
    +$!\n";
    foreach (#Go through the whole xml file) {
    ...
      # $posturl holds the <in-reference-to> url
      }
    }
    
  3. or download this
    foreach (#Loop through the xml file again) {
      print "$title\n";
    ...
      }
      print $comments;
    }