Help for this page
... my $root= $twig->root; my @cpds= $root->children_text($field1); my @bins= $root->children_text($field2);
my $filename = "whatever..."; { ... process_compound( $_ ); } }