in reply to Re: Re: Create a separate process with a sub...
in thread Create a separate process with a sub...

I need to run a thread that'll monitor the hard drive for any file changes

Then maybe Win32::ChangeNotify is also worth a look.
--
bm

  • Comment on Re: Re: Re: Create a separate process with a sub...

Replies are listed 'Best First'.
Re: Re: Re: Re: Create a separate process with a sub...
by Foggy Bottoms (Monk) on Aug 15, 2003 at 13:22 UTC
    I already have the code written (I'm using both changeNotify and advNotify)
    I was interested in getting it in a separate thread... But thanks for the comments