Jeff wrote:
: open(DOM, GET 'http://URL') || "unable to open website\n";
:
: The GET here doesn't actually get the results it just dumps the
: main URL not the results.
If you're using the GET method from HTTP::Request::Common, then that's
all it will return, the URL. It's encapsulates the requ
Hi,
I'm using RedHat and it comes with LWP module called
GET, POST written in PERL.
What i'm trying to do is
Write a loop that would take a list of names and send a GET to a URL
then the retuned results i want to search for a Keyword.
I do something like this:
Read a list of names
open(DOM,