- or download this
#!/home/utils/perl/bin/perl
...
print $line;
close($client);
}
- or download this
use strict;
use warnings;
...
die $@ unless $socket;
print $socket "hello\n";
close($socket);
- or download this
erickn@isfe:/home/erickn> server1.pl
waiting for a connection
hello