- or download this
#!/opt/ActivePerl-5.12/bin/perl
use strict;
...
$client->close();
}
}
- or download this
It generates an error:
can not find channel named "IO::Socket::INET=GLOB(0xa119ed0)" at ./sps
+how_simple.pl line 24.
A client (not tested either because of failing server...)
- or download this
#!/usr/bin/perl
use IO::Socket;
...
}
close ($sock);