- or download this
#!/usr/bin/perl
use warnings;
...
}
$show_table->pack();
MainLoop;
- or download this
#!/usr/bin/perl
use strict;
...
&TMRefresh($t);
}
#######################################
- or download this
#!/usr/bin/perl -w
use Tk;
...
$lb_src->delete( "entry", $drag_entry );
$lb->see($drag_entry);
}