Help for this page

Select Code to Download


  1. or download this
    sub readxml{
    $xmlfile = shift;
    my $twig= new XML::Twig(twig_handlers => { '/kvdt' => \&fall });      
    +                 
    ...
            }
        }
    }
    
  2. or download this
    sub readxml{
    $xmlfile = shift;
    ...
    }   
    close(XML);
    }