Help for this page

Select Code to Download


  1. or download this
    XML::Twig->new(
        twig_roots => {
            'div' => sub{ &div(@_,$para); },
        }
    )->parsefile("my_file");
    
  2. or download this
    sub div {
      my ($t, $elt,$para) = @_;
    ...