Help for this page
my $client = IO::Socket::SSL->new( # where to connect ... # send and receive over SSL connection print $client "GET / HTTP/1.0\r\n\r\n"; print <$client>;