From: Glenn L. <pe...@ne...> - 2009-07-30 09:13:50
|
On approximately 7/30/2009 1:21 AM, came the following characters from the keyboard of Angelos Karageorgiou: > Hello folks, I have this interesting little thing > > I ma using perl 5.10 and par 0.994. My project uses both Win32::GUI and > threads for background operations. The strange thing is that when I > run the executable (Rautor) it appears twice in the task manager list > of processes. > > Is this expected behaviour ? An artifact of PAR: one is the loader, and the other is the real program. |