Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
        $txt->delete(0.1, 'end');
        $txt->insert(0.1, "$scale");
    }
    
  2. or download this
    #! /usr/bin/perl
    
    ...
        $canvas->createOval(@scaledBotColon, -fill => 'yellow');   
        return;
    }