- or download this
use strict;
use warnings;
...
$mw->Center();
$mw->Show();
Win32::GUI::Dialog();
- or download this
use Win32::API();
...
$mw->Center();
$mw->Show();
Win32::GUI::Dialog();
- or download this
use Win32::API();
...
$mw->Center();
$mw->Show();
Win32::GUI::Dialog();