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 66.
    
  2. 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.
    
  3. or download this
    my $mw = new MainWindow(-title => 'Calc');
    $mw->geometry("300x300");
    ...
    
    
    MainLoop;