Help for this page

Select Code to Download


  1. or download this
    
    PROCESS_DATA:
    ...
              }else{ print "out of input\n"; last PROCESS_DATA;  }
         }
    } # end PROCESS_DATA
    
  2. or download this
    sub worker{
        my $thr_num = shift;
    ...
    
        return;
    }