Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    $lamina_table->g_pack;
    
    Tkx::MainLoop();
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    my $lamina_table = $lamina_allow_frm->new_table( -rows => 9, -cols => 
    +7, -variable => \%hash, -state => 'disabled')->g_pack;
    
    Tkx::MainLoop();