Help for this page

Select Code to Download


  1. or download this
    ...
    my $root= $twig->root;
    my @cpds= $root->children_text($field1);
    my @bins= $root->children_text($field2);
    
  2. or download this
    my $filename = "whatever...";
    {
    ...
            process_compound( $_ );
        }
    }