- or download this
...
<entry>
...
<content>The content itself</content>
</entry>
...
- 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
}
}
- or download this
foreach (#Loop through the xml file again) {
print "$title\n";
...
}
print $comments;
}