in reply to Re: Randomly working script using LWP::Simple
in thread Randomly working script using LWP::Simple

Er, no. LWP::Simple uses LWP::UserAgent. It just takes care of alot of the drudge-work. That said, getstore() is a more appropriate function than get().
  • Comment on Re: Re: Randomly working script using LWP::Simple