- or download this
## This would be my main script, and I'll keep it
## fairly simple. Notice that I'm using a module
...
})->pack;
MainLoop;
- or download this
package ContinueBox;
use Tk;
...
return $cw->{Result};
}
1;
- or download this
package ContinueBox;
use Tk;
...
});
}
1;