Can’t locate LWP/UserAgent.pm in @INC

Hi,

I tried to run a perl script on my test machine that is running on FreeBSD with Perl 5.18

The following error popped up:

Can’t locate LWP/UserAgent.pm in @INC …

The solution for me was the following:

perl -MCPAN -e ‘install Bundle::LWP’

Hope this helps someone, gr gr!

Leave a Reply

Your email address will not be published. Required fields are marked *