Help for this page

Select Code to Download


  1. or download this
    Uncaught exception from user code:
    Can't call method "Button" on an undefined value at C:\Documents and S
    +ettings\Eoin\Desktop\calc.pl line 52.
    
  2. or download this
    for my $i (
    qw/
       7 8 9 * n*
       4 5 6 - \
       1 2 3 + =
       0 . C     / )
    
  3. or download this
    my $mw = new MainWindow(-title => 'Calc');
    $mw->geometry("300x300");
    ...
    }
    
    MainLoop;