Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Non-blocking IPC to and from multiple children

by bbfu (Curate)
on Mar 29, 2004 at 15:33 UTC ( [id://340639]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
      open STDIN, "<&", $stdin;
      exec "$^X", "tst.pl";
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
      next unless /\[(\d+)\]/ && $1 % 2 == 1; # Only odds
      print "$1 is odd\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found