./perl/test/comptest.pl

download original
print "l1\n";

BEGIN {
    print "begin1\n";
}

$mw = MainWindow->new(;
print "l2\n";


BEGIN {
    print "begin2\n";
}

  
back to test

(C) 1998-2017 Olaf Klischat <olaf.klischat@gmail.com>