Help for this page
#! /usr/perl/bin use warnings; ... die "doc content is not undef\n"; } print $page_content,"\n";
my $sock = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $port, Proto => 'tcp', Timeout => 30) || return undef;