Perl Threads with Exec

I'm working on a multithreaded environment, what happens if I call the perl exec command?

Will it properly handles the thread gracefully?
 
I think he will not cus exec replaces current program, his threads will not get correct data/instructions
 
Back
Top