Help for this page

Select Code to Download


  1. or download this
    Could not find
     in  at PerlMonks/NewestNodes.pm line 202
    
  2. or download this
    sub get_and_cache_nodes {
      my ($self, $url, $update_info)=@_;
    ...
      my $tmpxml=XMLin($text, keyattr => { AUTHOR => "+node_id",
                           NODE   => "+node_id" },
               forcearray => [ 'AUTHOR', 'NODE' ]);