#!/usr/bin/perl #use warnings; #use strict; use IO::Socket; my $site = ; my $fh = IO::Socket::INET->new($site); my $line = <$fh>; print $line;