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>
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
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