in reply to man HTTP::Request::Common

Right now, I just want the easiest way to download specific URLs to files.

It seems that a lot of (related) packages exist:
HTTP::Request
HTTP::Request::Common
HTTP::Response
LWP::Simple
LWP::UserAgent
and even Net::HTTP

I know that "more than one way exists to do it, but some explanation of the differences could help me choose the best way (for me). Thanks again.