You're viewing a comment by harish benegal and its responses.
You're viewing a comment by harish benegal and its responses.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)
If you are interested in advertising on catonmat.net, contact me.
Free tools for coding on Vietstarsoft.com.
Programming homework help.


I am very interested in your script.
I am on a MAC OS X 10.5.4 (latest at time of writing).
Tried:
perl -MCPAN -e 'install LWP::UserAgent'
Got:
Can't locate object method "install" via package "LWP::UserAgent" at -e line 1.
Somewhere i read try installing LWP::Bundle. After a lot of work and questions I was told:
You might want to try
install Bundle::CPAN
and:
Warning: Cannot install LWP::Bundle, don't know what it is.
sudo perl -MCPAN -e 'install Bundle::CPAN'
also took a lot of time and asked a lot of questions, but finally came out with errors.
How can I install this package. Is there any way of installing with dependencies. It is many many years since I touched perl. Thanks in advance.
Reply To This Comment