Re: Parsing XML using Perl module
Tod Harter <[email protected]>
| Newsgroups | gmane.comp.lang.perl.xml |
|---|---|
| Message-ID | <[email protected]> |
I am going to assume you mean XML::Simple? Modules are normally installed from CPAN, although AIX may also be able to do it from its own package management system (sorry I haven't used AIX since the mid 90's so I really don't know much about how that works these days). You can install from CPAN by doing this at a command prompt, though you will probably have to be root. perl -MCPAN -e shell If the CPAN.pm module hasn't been configured before you'll get a whole bunch of prompts for setup info. Most of them you can just go with the defaults, it should be pretty self-explanatory. CPAN.pm uses FTP or HTTP generally to download modules, so you'll have to have some access to the net for that. You may want to try some other modules for XML processing, there are quite a few different ones. They can all be installed via CPAN and you can search CPAN at www.cpan.org to find out what is available. On Sun, Sep 6, 2009 at 7:07 AM, Sunil Saggar <[email protected]> wrote: > Hi All, > > I want to parse xml file using perl. I found that i can use Simple.pl to do > it. But my machine doesn't have Simple.pm, it seems. > From where can i download Simple.pm ? I am using AIX OS. > > > -- > Regards > Sunil Saggar > > _______________________________________________ > Perl-XML mailing list > [email protected] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > > -- The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool. _______________________________________________ Perl-XML mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs