Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- generated by wxGlade 0.4.1 on Wed Nov  1 13:21:42 2006 -->
    ...
            </object>
        </object>
    </resource>
    
  2. or download this
    #!perl -w
    use strict;
    ...
    package main;
    my($app) = MyApp->new();
    $app->MainLoop();