- or download this
#client##############################
#!/usr/bin/perl -w
...
print $handle "$name->$line";
}
}
- or download this
#!/usr/bin/perl
#This is a version that can read and write
...
}
exit 0;
}
- or download this
#!/usr/bin/perl
use IO::Socket;
...
print "Terminating Server\n";
close $main_sock;
getc();
- or download this
#!/usr/bin/perl
use strict;
...
close CONNECTION;
print STDOUT "Client disconnected\n";
}