Help for this page

Select Code to Download


  1. or download this
    C:\build\Gtk2-1.222>perl -Mblib -c blib\lib/Gtk2/TestHelper.pm
    syntax error at blib\lib/Gtk2/TestHelper.pm line 98, near "ok "
    syntax error at blib\lib/Gtk2/TestHelper.pm line 100, near "}"
    blib\lib/Gtk2/TestHelper.pm had compilation errors.
    
  2. or download this
    sub ok_idle ($;$) {
    88:    my ($testsub, $test_name) = @_;
    ...
    98:     ok ($testsub->(), $test_name);
    99:     }
    100: }