Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::Twig;
    ...
    }}
    $twig->purge;
    }
    
  2. or download this
    use strict;
    use XML::Twig;
    ...
    if($record->text eq $value) {
        print INDEX $count."\n"; }
    $twig->purge; }
    
  3. or download this
    use strict;
    use XML::Twig;
    ...
    # PRINT ALL NODES FROM RECORD HERE...
    $twig->purge;
    }
    
  4. or download this
    <Root>
       <Record id="1">
    ...
          <Info>Halb Halb Halb<\Info>
       <\Record>
    <\Root>