Q & A

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 …

 

  • GNULinux
  • 2 years ago

The solution was the following:

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

Hope this helps someone!