Help for this page

Select Code to Download


  1. or download this
    foreach my $file (@files){
    # set up the XML parser:
    ...
     $twig->parsefile($file);
     $twig->purge;
    }
    
  2. or download this
    sub topicref_processing {
      my($twig, $topicref) = @_;
    ...
       ### associate this keyref with $file
      }
    }