> > Don't have the energy to prove your point... cop > out! If it is easy as you > say it shouldn't take that much energy. > Adrian, Here I'll do you a favour, why don't you get one of your experts to run this little bit of code of course substituting in the correct values and a few tweaks here and there. You may get your own list of 10,000 emails for ($i = 0; $i = 10000; $i +=1){ use LWP::UserAgent; $Agent = new LWP::UserAgent; $Agent->agent('Mozilla/3.0'); $Agent->proxy('http', $PROXY); $URL = "http://whois.ausregistry.com.au/index.php?domain=CONTACT%20ID%20D"; $URL .= $i; $URL .= "-AR"; $FETCH = new HTTP::Request GET => "$URL"; $RESPONSE= $TheAgent -> request ($FETCH); &PARSERESPONSE; } Bill ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.comReceived on Fri Oct 03 2003 - 00:00:00 UTC
This archive was generated by hypermail 2.3.0 : Sat Sep 09 2017 - 22:00:08 UTC