Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How can I alert perl to a file write

by hiseldl (Priest)
on Dec 10, 2002 at 21:17 UTC ( [id://218916]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Msg;
    use strict;
    my $host = 'localhost';
    ...
            print "$msg\n";
        }
    }
    
  2. or download this
    use Msg;
    $conn = Msg->connect('localhost', 8080);
    die "Error: Could not connect\n" unless $conn;
    $conn->send_now("Message $i");
    ($msg, $err) = $conn->rcv_now();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-24 04:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found