Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: Re: returning from a thread ?

by Foggy Bottoms (Monk)
on Aug 21, 2003 at 14:15 UTC ( [id://285476]=note: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://285476]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-20 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found