Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $label3 = $f4->Label(-bg => 'hotpink', -text => 'bottom')
                       ->pack();
    MainLoop();
    
  2. or download this
    #!/usr/bin/perl
    use Tk;
    ...
    #$top->Label(-text => "Enter the scroll frame")->pack;
    MainLoop;