Help for this page

Select Code to Download


  1. or download this
    push( @device_thread, 
        threads->new(
            \&thread_job( $key, $device_ip{$key}, $index )
    )->join ) ;
    
  2. or download this
    push( @device_thread, 
        threads->new(
    ...
    ...
    
    $__>join for @threads;