Help for this page

Select Code to Download


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