I am using Win32::GUI to place an icon in the sys tray and hide the console window for a MySQL backup script that I wrote. I would like to have the script write to the console when it backs up the db.
The problem seems to be that Win32::GUI::Dialog(); is keeping this from happening. Is this the case, and how can I get arround this?