Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings; 
    ...
    printf "%d:%s", threads->self->tid, $_ while defined( $_ = <$fh> );
    close $fh;
    }
    
  2. or download this
    ========
    zentara wrote:
    ...
    $q->enqueue($fh->fileno());
    sleep 1;