or download this
#!/usr/bin/perl
## the version of XML::LibXML installed in the system is 1.63, so I tr
+ied installing 1.65 here:
BEGIN { unshift @INC, '/tmp/pm/lib/perl/5.8.8'; }
...
my $date = $item->findvalue ('//guid');
print "Still alive!\n";
print "got title ($title) and date ($date)\n";