Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w -- 
      use strict;
      use warnings;
    ...
        # remove message from the queue
        return 1;
      }
    
  2. or download this
    #!/usr/bin/perl -w -- 
    
    use Wx 0.15 qw[:allclasses];
    ...
        $frame_1->Show(1);
        $app->MainLoop();
    }