Help for this page

Select Code to Download


  1. or download this
        my ( $in, $out, $timer );
        $logger->debug("Calling start ..");
    ...
        $$self{_in}    = \$in;
        $$self{_out}   = \$out;
        $$self{_timer} = \$timer;
    
  2. or download this
        $$self{_in} .= $thisLine . "\n";
        $$self{_h}->pump_nb;