Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    # Highly Modified CppTrial-pg225.pl in Answer to Perl Monks question
    ...
        }
        $singleChoiceDialog->Destroy;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    # wxWizard.pl
    ...
    
    $frame->Show;
    $app->MainLoop;