Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      )->pack(-side => 'left',-anchor=>'n',-padx=>20,-pady=>10);
    
    MainLoop;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      )->pack(-side=>'top',-anchor=>'w',-padx=>20,-pady=>10);
    
    MainLoop;