Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WWW::Search produces no output

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Joined
Feb 6, 2002
Messages
1,851
Location
IL
HI,

I wonder why the following code produces no output on my XP ?Modules seem to be properly installed.
===============================
require
my $sQuery = 'postscript';
my $oSearch = new $oSearch->native_query(
while (my $oResult = $oSearch->next_result()) {
print $oResult->url, "\n";
sleep 1;
} # while

Long live king Moshiach !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top