Help for this page
#!/usr/bin/perl ... print("Waiting for data to arrive..."); $cv_recv->recv; print("[OK]\n");
me@server:~/testscripts$ ./monks17.pl localhost Waiting for data to be sent...[OK] ... [OK] me@server:~/testscripts$