socket server

2004-11-05 Thread Rob Genovesi
ew seconds and also accepts connections from clients to handle remote commands/requests. Thanks, Rob Genovesi [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: wondering what might be causing this error

2002-02-11 Thread Rob Genovesi
Was the file ever opened on a windows machine? Perhaps looking for ^M's or similiar annoyances. The types of control characters should show up when your using an editor (such as vi) on the file, but they are often not visible of you are viewing the file in a pager (ie: more). Just a thought

RE: clearing the screen...

2002-01-25 Thread Rob Genovesi
ery time you want to clear the screen (helpful if it is something you are doing often in the program). Rob Genovesi [EMAIL PROTECTED] At 10:36 AM 1/25/2002 -0800, you wrote: >Hello ABhagwandin, > >You could use system(clear) inside of your perl script. > >-Original M