Help for this page
<EXPORT> <OUTPUT>2008-01-01</OUTPUT> ... <RECORD>.....</RECORD> .... </EXPORT>
sub record_check { my( $nhf, $record)= @_; ... my $nhf= XML::Twig->new( twig_roots => { RECORD => 1, },twig_handlers +=> { RECORD => \&record_check,}, ); $nhf->parsefile( $input_file ); $nhf->purge;
<RECORD>...........</RECORD> <RECORD>...........</RECORD> ....
<EXPORT><RECORD>............</RECORD> <RECORD>...........</RECORD> ....