Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^5: Easy XML-parser that can handle large file?

by mirod (Canon)
on Sep 12, 2014 at 08:30 UTC ( [id://1100373]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Easy XML-parser that can handle large file?
in thread Easy XML-parser that can handle large file?

The first example in the synopsis uses $_, I added a comment to make it more explicit. It's also mentioned in the XML::Twig 101 section.

I know that the docs are a bit overwhelming and hard to read.

The main reason is probably that XML::Twig it's too big. This comes from a decision I made, a long time ago, to have just 1 massive module, instead of several ones. The reason at the time was to allow users to install the module easily, especially on Windows, by simply copying Twig.pm in the proper place. At the time there were no Strawberry Perl, perlbrew or local::lib... If I were to start again I would certainly break up the module in several sub-modules (as with XML::Twig::XPath).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-18 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found