- Jul 20, 2001
- 72,866
- 33,931
- 136
I have some older scripts I use quite a bit that were written for Perl Tk. I hadn't upgraded my copy of ActivePerl for awhile. Now I found that the latest version dumped the Tk library in favor of Tkx. All the function calls are different rendering my old script useless. I'd rather not have to recode the script (260 lines in the part that uses Tk) so I'm wondering if I can just load the Tk module from the old version of ActivePerl into the lib directory for the new version and run the script. Anyone know if this might work? The new version is on a company machine that is locked down so I have to have the remote admin load the files so I can't simply test it out and see.