I am working on a perl script ( in windows environment ) which uses OLE for interacting with CANAlyzer software ( as COM server ).
I am creating a thread from same script, to perform TeraTerm operations in parallel to script execution.
Unfortunately, the script terminates in between with error: Free to wrong pool XXX not YYY while global destruction, when the thread execution completes.
Please suggest some resolution or workaround.
I have read, the CPAN fork module can't be used in windows perl environment
Eagerly waiting for divine enlightenment from Monk.