in reply to Re: More Tk Help
in thread More Tk Help

Even better would be to use the closure form of a Tk command, a-like so:
-command => sub { track_changes( $listbox, $output, $report_type ) + }
This technique requires that the variables ($output and $report_type) be lexicals, which they are.