in reply to Tkx's treeview syntax question
I haven't used Tkx much, but I'm sure the rest of it should be something like this:-command => sub { resort (\$sortflag, \@item) ; }
$tree -> configure(heading => "#1", -command => sub { resort (\$sortfl +ag, \@item) ; } );
|
|---|