Zed Lopez <[EMAIL PROTECTED]> writes: > I'd like to suggest these differences be documented.
I agree this is wrong. Do you want to suggest a doc patch? > Does anyone know why _trivial_http_get uses its own user agent and > HTTP version? Because it is a totally different client implementation with it's own bugs and limitations. You can force always using the full LWP client implementaion by importing $ua from LWP::Simple. Regards, Gisle