Help for this page

Select Code to Download


  1. or download this
    couldn't connect to display ":0" at usr/local/ActivePerl-5.8/lib/Tk/Ma
    +inWindow.pm line 55
    
  2. or download this
    use Tk;
    # Main Window
    my $mw = new MainWindow;
    ...
            -command => sub { exit })
        -> pack();
    MainLoop;