Help for this page

Select Code to Download


  1. or download this
    use Win32::GUI;
    
    ...
    sub Main_Terminate {
        -1;
    }
    
  2. or download this
    $main->AddLabel(
        -text    =>    "NOOO!!"
    );