Revision history of "Perl: Socket Programming"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 05:32, 8 May 2014Onnowpurbo talk contribs 1,818 bytes +1,818 New page: Sumber: http://www.tutorialspoint.com/perl/perl_socket_programming.htm Server #!/usr/bin/perl -w # Filename : server.pl use strict; use Socket; # use port 7890 as default my $p...