in reply to Re^2: Perl/Tk Version Dependency Issue
in thread Perl/Tk Version Dependency Issue

Perl binaries are even more specific than just Perl versions, but for the current discussion, Perl binary and Perl version can be used synonymously.

There is no way that a single build of a module will work with all Perl versions. You need to build the module for each Perl version separately and install it separately. If you don't know how to instruct your IT team to solve this problem, we cannot help you because we don't know how your IT team receives its instructions.

Replies are listed 'Best First'.
Re^4: Perl/Tk Version Dependency Issue
by rkabhi (Acolyte) on May 24, 2016 at 13:31 UTC
    Hi Corion,

    Thanks for your response.
    One of my query has been clarified now that each Tk module build is dependent on perl version.
    I didn't mean to say that I do not know how to instruct my IT Team here. I can get Tk module build for any perl version if I request them. But my need was to get a version independent build. As it is not possible to get a version independent solution, I will try the alternative that is suggested by Choroba.

    Thanks for your help !!