in reply to Re: Re: Writing a perl based 'Homework' Server.
in thread Writing a perl based 'Homework' Server.

Well, STDIN should work!
print "Type some: " ; my $in = <STDIN> ; chop($in) ; print "In: $in\n" ;
But in what OS the client work? You can put a GUI for the app, like wxPerl or TK.

Graciliano M. P.
"The creativity is the expression of the liberty".

Replies are listed 'Best First'.
Re: Re: Re: Re: Writing a perl based 'Homework' Server.
by TVSET (Chaplain) on Apr 21, 2003 at 04:16 UTC