Help for this page

Select Code to Download


  1. or download this
    $c->pack(-expand => 1, -fill => 'both');
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    $c->createRectangle(100, 100, 150, 150, -fill => 'yellow'); 
    
    MainLoop;