On MacOS 10.13.6 I have Perl 5.28 installed in /opt/local/ using MacPorts. This works well and no problems installing modules using `cpanm`. I installed ActiveState's v8.6 of Tcl which is saved to `/Library/Frameworks/Tcl.framework/Versions/8.6` and then installed Tkx. My problem is I don't know how to make Tkx use the v8.6 version of Tcl/Tk. Here is how I think I know that it is not.
$ perl -MTkx -e 'print Tkx::info("patchlevel");' 8.5.9 Any tips on how I can wire in the latest version of Tcl/Tk for Perl usage? -- bill.co...@alumni.unh.edu No good deed goes unpunished.