in reply to LWP and force protocol 1.0

The HTTP::Request object you set up is a subclass of HTTP::Message, which has the protocol() method. Use it like so: $request->protocol( 'HTTP/1.0' );

After Compline,
Zaxo