Revision history of "Simple server with perl"

From JmPm

Jump to: navigation, search
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)

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

  • (cur) (prev) 12:43, 9 March 2008 Ori229 (Talk | contribs) (New page: Run it and in another window, run: <pre> telnet localhost 2345 </pre> <pre> use strict; BEGIN { $ENV{PATH} = '/usr/ucb:/bin' } use Socket; use Carp; my $EOL = "\015\0...)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
Personal tools