RE: How do you code a "tail -f" if you're using Net::Rsh?

2003-01-22 Thread Bob Showalter
Richard Fernandez wrote: > There's a FAQ that deals with coding a "tail -f" if you're logfile is > on the same box as the perl script. > But what if you want to use rsh to tail a file remotely? > > Here's what I have: > --8<-- > -8<--

How do you code a "tail -f" if you're using Net::Rsh?

2003-01-22 Thread Richard Fernandez
There's a FAQ that deals with coding a "tail -f" if you're logfile is on the same box as the perl script. But what if you want to use rsh to tail a file remotely? Here's what I have: --8<---8<--- #!/u