Hi,
I am using Win32 and running perl version 5.6.1 build 638. I am using Net::Dns::Nameserver to make a simple dns server, I use the nameserver's main_loop function but trap the ctrl-c signal using $SIG{'INT'} (to perform cleanup). Everything works as expected but at the end of the cleanup subroutine, when i call exit 0, I receive "Perl Command Line Interpreter has encountered a problem and needs to close.". I don't think I should be seeing this but I'm not sure what's wrong. Do any of the monks have any insight? I've also tried using die but I get the same results.