Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: XML::Twig newbie question

by Anonymous Monk
on Sep 18, 2012 at 02:19 UTC ( [id://994170]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $file ( ... ){
        my $filename = $file;
    ...
        my $twig= XML::Twig->new(  ... => $topicref );
        $twig->...;
    }
    
  2. or download this
    for my $file ( ... ){
        my $complexAssociations = FooAssoc( $file );
        WalkAndTalk( $complexAssociations );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-19 02:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found