Message-Id: <
39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
p4raw-id: //depot/perl@7036
at port $port";
spawn sub {
+ $|=1;
print "Hello there, $name, it's now ", scalar localtime, $EOL;
exec '/usr/games/fortune' # XXX: `wrong' line terminators
or confess "can't exec fortune: $!";