in reply to Perl/Tk Version Dependency Issue
Where do you "download Perl/Tk module for Perl v5.xx.yy"? If you use a package manager to download prebuilt packages, these are tightly coupled to the Perl major version xx. You cannot mix modules from one Perl major version xx with another Perl binary.
I recommend either building Tk with your Perl binary yourself or learning how to use your package manager and to install the appropriate Perl binary package and the appropriate Tk package.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl/Tk Version Dependency Issue
by rkabhi (Acolyte) on May 24, 2016 at 09:34 UTC | |
by Corion (Patriarch) on May 24, 2016 at 10:39 UTC | |
by rkabhi (Acolyte) on May 24, 2016 at 13:31 UTC |