Help for this page
#!/usr/bin/perl use IO::Socket; my $sock1; ... $sock1->send($str); } close($sock1);