On Aug 20, Dave Kettmann said:
>What I am wanting to do, is from a webpage, run a tail command on another
>machine to read x amount of lines from a log file and print it on a web
>page.
Ok. Then what you do is you set up a listening socket on the server with
the log file:
use IO::Socket;
my
27; Pinyan [mailto:[EMAIL PROTECTED]
Sent: Friday, August 20, 2004 10:49 AM
To: Dave Kettmann
Cc: Perl List (E-mail)
Subject: Re: Problems with a socket script
On Aug 20, Dave Kettmann said:
>I am writing a socket script so I can pull a log file thru a web page.
>For right now, Im just tryi
On Aug 20, Dave Kettmann said:
>I am writing a socket script so I can pull a log file thru a web page.
>For right now, Im just trying to get it to work from a shell. I have
>gotten it to where the client sends information to the server, but this
>should work the other way. When I try to get the se
Hi all,
I am writing a socket script so I can pull a log file thru a web page. For right now,
Im just trying to get it to work from a shell. I have gotten it to where the client
sends information to the server, but this should work the other way. When I try to get
the server to write to the cli