Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Tailing a file to a TCP socket

by tadman (Prior)
on Aug 01, 2001 at 22:00 UTC ( [id://101461]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::INET;
    
    my $socket = new IO::Socket::INET (
    ...
    
            # Do stuff with the $client_socket...
    }
    
  2. or download this
    $good = 1;
    
    while ($good)
    ...
            seek ($LOGFILE, 0, 1);
            sleep 1;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://101461]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-25 08:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found