Help for this page

Select Code to Download


  1. or download this
            tie *OFH, "IOQueue", $obuff, $self;
            tie *EFH, "IOQueue", $ebuff, $self;
    ...
            $$out = $self->{'outh'} = \*OFH;
            $$err = $self->{'errh'} = \*EFH;
    
  2. or download this
            if (! defined $self->{'rc'}) {
                    ...
    ...
            print "Threads joined\n";
    
                    ...