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, 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.

The URL is
http://http://www.whitepages.com/find_person_results.pl?fid=n&f=&ft=b&l=$name&lt=b&c=&s=&x=45&y=10

I get stuck here...any pointers?

Thanks
Jeff

Reply via email to