Help for this page

Select Code to Download


  1. 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";
    
  2. or download this
    $ ./foo.pl
    Version: 1.65
    Still alive!
    Segmentation fault (core dumped)