Help for this page

Select Code to Download


  1. or download this
       # now stop the current scan thread
       # to do this, write in a file th_com.thd the value 0
    ...
       print "create thread\n";
       $thread = threads->new(\&LTG::scanChange::monitor());# \&LTG::scanC
    +hange::monitor);
       $thread->detach(); # let go off the new thread
    
  2. or download this
    sub monitor
    {
    ...
       
       }
    }
    
  3. or download this
    This is perl, v5.6.1 built for MSWin32-x86-multi-thread
    (with 1 registered patch, see perl -V for more detail)
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using `man perl' or `perldoc perl'.  If you have access to
    + the
    Internet, point your browser at http://www.perl.com/, the Perl Home Pa
    +ge.