Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Pulling my hair out - Is there any easier way to download modules?

by randyk (Parson)
on Dec 22, 2006 at 06:19 UTC ( [id://591265]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Pulling my hair out - Is there any easier way to download modules?
in thread Pulling my hair out - Is there any easier way to download modules?

That most likely is a warning, not an error. Try running the following at a command prompt (all on one line):

C:\>perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
which should create a file ParserDetails.ini beneath C:\Perl\site\lib\XML\SAX\. After this the warning should disappear.

If you're using our uwinnipeg repository to install XML-RSS (which, by the way, I just upgraded to version 1.22), you should ensure this appears in the list of repositories within your ppm utility, in order that the prerequisites get installed. Assuming you're using the ppm gui of ActivePerl 819, this can be done through the Edit -> Preferences -> Repositories menu; an appropriate location is http://theoryx5.uwinnipeg.ca/ppms/. This can also be done via the command

C:\>ppm rep add uwinnipeg http://theoryx5.uwinnipeg.ca/ppms/

Replies are listed 'Best First'.
Re^4: Pulling my hair out - Is there any easier way to download modules?
by lv211 (Beadle) on Dec 22, 2006 at 06:27 UTC
    randyk,

    That really helped me out. I finally got XML::RSS to work.

    Thank you.

Log In?
Username:
Password:

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

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

    No recent polls found