Help for this page

Select Code to Download


  1. or download this
    sub signal {
       my IPC::Run $self = shift ;
    ...
       
       return $rv;
    }
    
  2. or download this
    pump $h while $h->signal( 0 ) 
            and $out !~ /BRU Server >/i;