in reply to LWP and UTF-8
I think you have a couple of problems (most of the stuff you're showing is unnecessary for utf-8 web stuff and you can let LWP DWIW and return decoded_content from your response objects). The real problem is that Google will not allow LWP requests for queries so whatever real code you're trying to run is not going to fly like that (and I'd rather not explain how to get around it). They do have a developers' kit/token for making queries which you should check out: Google APIs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP and UTF-8
by perlmonkdr (Beadle) on Oct 29, 2007 at 23:29 UTC |