Help for this page

Select Code to Download


  1. or download this
    use Tk;
    use strict;
    ...
    $canvas->createOval(100,100,500,500);
    
    MainLoop;
    
  2. or download this
    $canvas->createText(…);