Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Re: XML parsing

by oubiwann (Sexton)
on Mar 19, 2002 at 22:26 UTC ( [id://152869]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: XML parsing
in thread XML parsing

quick helpful addition:

there are a couple ways to include whatever modules you install in your own space. the one i tend to use for situations like this is:

use qw(/path/to/your/custom/install);

use lib qw(/path/to/your/custom/install); use XML::Parser;
... etc.

HTH

Update:

FoxtrotUniform caught that typo. Thanks, FU ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2025-01-22 17:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (63 votes). Check out past polls.