Possible Duplicate:
How can I make an HTTP GET request from Perl?
I am trying to retrieve the entire source of an HTML page through perl so I can parse some data from it later on.
What is the easiest way to do so?
(by easiest I mean least overhead of adding new libraries)
Thanks
LWP::Simple is a great way to connect to websites to get source info.