http://www.perlmonks.org?node_id=166402


in reply to Re: replacement for LWP::Simple ?
in thread replacement for LWP::Simple ?

Copy Simple.pm to the /cust-bin/LWP directory. (Create if necessary.)

use lib '/cust-bin'; use LWP::Simple;

Everything went worng, just as foreseen.