my $ua = LWP::UserAgent( agent => q{Foo::Bar/1.03 }, ssl_opts => {SSL_version => 'SSLv3'}, ); my $response = $ua->get('https://www.example.com/');