Greetings,

 

I’m using the module “threads” and “threads::shared”.

If a thread finishing unexpected is generating a message on STDERR.

Is possible to intercept the message by the main thread and suppress on STDERR?

 

Here a piece of code, which uses the thread:

open FTPFILE,"> $fileName.NOS" or die "Error: can not create file \"$fileName.NOS\"!";

 

This generate following message:

thread failed to start: Error: can not open file "s:s.CLI"! at C:\Perl\scripts\NVR\pwChange\pwchange.pl line 554.

 

Regards,

Markus

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to