Help for this page

Select Code to Download


  1. or download this
    my $twig= new XML::Twig( 
                    TwigHandlers =>                  # player will be call
    +ed
                      { player => \&player }         # when each player el
    +ement
                           );                        # has been parsed
    
  2. or download this
    my $t= XML::Twig->new( twig_handlers => 
                               { 'JOB_SECTIONS/SWITCH' => $self->_upload_j
    +ob()},
                               pretty_print => 'indented'
                           )->parsefile($InFileName);