Kasi ramanathen wrote: > hi friends, > > i use useragent to get some web page and store it in htm. i use > useragent module. when i run in my windows machine i get the desired > output. now the mecine is changed now also windows, when i run i get > the error message > > "can't locate LWP/UserAgent.pm in @INC (@INC contains: .)" > > what went wrong and how to correct it.
Hi Kasi. It's simply that the LWP::UserAgent module hasn't been installed. How to do this varies between platforms, but will probably involve either CPAN or (since you're on a Windows system) ppm. Come back if you need help to do this. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
