Help for this page

Select Code to Download


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