Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

XML::Twig - Twig Handler question

by set_uk (Pilgrim)
on Dec 15, 2003 at 12:13 UTC ( [id://314801]=perlquestion: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://314801]
Approved by grinder
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found