Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use IPC::Run qw(start pump finish timeout);
    ...
    
        print "out:$TOK_OUT\n"; 
    }
    
  2. or download this
    IPC::Run 0000 0123---7---- [#1(20574)]: debugging fd is 3
    IPC::Run 0000 0123---7---- [#1(20574)]: ** starting
    ...
    IPC::Run 0000 01234-67---- [#1(20574)]: read( 4 ) = 7 chars '1. line'
    IPC::Run 0000 01234-67---- [#1(20574)]: exiting _select(): io occured 
    +and break_on_io set
    out:1. line
    
  3. or download this
    Input2pump:1. line
    out:
    Input2pump:2. line
    out: