does anybody know if there's a way to suppress windows errors in ActivePerl. After hours and hours running my script always encounters an error regarding the msvcrt.dll, version 7.0.3790.3959
This is quite annoying since the script is running as a service and therefore it mustn't throw an error in a window.
Even though I'm able to fix this error, there's still a chance to encounter another problem which would be thrown in front of the gui. So I need anything like a global try catch for my script, I guess.