- or download this
use strict;
use warnings;
...
our $MW = MainWindow->new(%{$BPP::BPPDEFAULTS::MYDEFAULTS{MAINWINDOW}}
+);
$MW->geometry('800x700+0+0');
...
- or download this
use Tk::Dialogbox;
...
}#end AboutBPP
1
- or download this
Tk::Error: Can't call method "DialogBox" on an undefined value at BPP/
+ABOUT.pm l
ine 14.
(menu invoke)