in reply to problem with search module
my $response = $search->response(); if ($response->is_success) { print "Page returned ok"; } else { print "error: " . $response->as_string(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: problem with search module
by dannoura (Pilgrim) on Jul 03, 2003 at 01:47 UTC | |
by Lachesis (Friar) on Jul 03, 2003 at 08:18 UTC |