Help for this page

Select Code to Download


  1. or download this
    BEGIN
    {
    ...
      # other method calls.
    }
    our $MW;
    
  2. or download this
    our $MW;
    BEGIN
    ...
      $MW = MainWindow->new();
      # other method calls.
    }