- or download this
use strict;
use warnings;
...
$NumberOfLinesDrawn +=1;
print "$NumberOfLinesDrawn\n";
}
- or download this
-onPaint => \&Draw
##and
$DC->Validate();
- or download this
use warnings;
use strict;
...
$NumberOfLinesDrawn +=1;
print "$NumberOfLinesDrawn\n";
MainLoop;