Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^7: Forks, Pipes and Exec (file descriptors)

by diabelek (Beadle)
on Nov 07, 2008 at 20:59 UTC ( #722297=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IO::Handle;
    
    ...
       sleep( 1 );
    }
    print( "done\n" );
    
  2. or download this
    while( 1 ) {
      printf "%s yes\n", time();
      sleep( 1 );
    }
    
  3. or download this
    got from pipe: 1226094472 yes
    1226094473 yes
    ...
    1226094485 yes
    1226094486 yes
    1226094487 yes
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2023-09-30 22:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?