Hey all,
I've written a pretty simple program to do some registry editing. It has a section that allows you to open a .pm file which is a Gui I created. In that second Gui, I added a Close button with (command=>\$exit) therein.
The rub is that when I close that gui via the button, the entire program closes down, rather than closing that window and defaulting to the original (still open) window. Is there a different set of exit codes I'm missing? Am I calling the .pl file incorrectly?
ralfthewise