in reply to Hiding DOS windows that accompany TK
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.use Win32::Console; Win32::Console::Free();
|
---|