in reply to Re^2: Problem in row deletion with Tk::Table
in thread Problem in row deletion with Tk::Table
#!/usr/bin/perl -- use strict; use warnings; use Tk; my $mw = tkinit; my $Section_tblw = $mw->Table( ... 20 lines or less MainLoop;
If you can get it down to 20 lines + boilerplate, we might make some progress
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problem in row deletion with Tk::Table
by emilbarton (Scribe) on Aug 30, 2013 at 08:40 UTC | |
by choroba (Cardinal) on Aug 30, 2013 at 09:15 UTC | |
by emilbarton (Scribe) on Aug 30, 2013 at 10:02 UTC | |
by choroba (Cardinal) on Aug 30, 2013 at 10:54 UTC | |
by Anonymous Monk on Aug 30, 2013 at 10:58 UTC | |
by Anonymous Monk on Aug 30, 2013 at 10:34 UTC | |
by emilbarton (Scribe) on Aug 30, 2013 at 11:04 UTC | |
by Anonymous Monk on Aug 30, 2013 at 10:36 UTC |