in reply to Hiding DOS windows that accompany TK

i remember dealing with this a few years back, and solved it with the following :
use Win32::Console; Win32::Console::Free();
for my old apps that i used to maintain for both linux and windows i would do a comparison on $^O to see if the above code needed to be run. sadly, i cannot find an exact example, but it shouldn't be too hard to figure out.