in reply to Scrapper outputing error -w
It would seem to me that the difference is that
$content = get('http://example.com/$device');
fails (or rather, returns undef) while
$content = get('http://example.com/test.html');
works. Maybe consider looking closer into what you actually get, and what is in $device and whether the request works from elsewhere.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Scrapper outputing error -w
by parkprimus (Sexton) on Apr 11, 2011 at 13:54 UTC | |
by Corion (Patriarch) on Apr 11, 2011 at 13:57 UTC |