http://www.perlmonks.org?node_id=11132365


in reply to Re^2: Perl5.26 installing Tk module manually
in thread Perl5.26 installing Tk module manually

Ok. Here is the URL to an MSI file with Perl 5.26 that includes Tk.

I think that this is the public build (Oops)
https://camel-builds.s3.amazonaws.com/ActivePerl/MSWin32-x64/20210510T230637Z/ActivePerl-5.26.3.0000-MSWin32-x64-79c273b9.msi?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ5FYQM547I2EFPRW%2F20210511%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210511T001912Z&X-Amz-Expires=21600&X-Amz-SignedHeaders=host&X-Amz-Signature=887e1dba0fed96ada5f53adfa2cfa4d158cfa193b116f01f274a28c85a1e1570

https://camel-builds.s3.amazonaws.com/ActivePerl/MSWin32-x64/20210510T230637Z/ActivePerl-5.26.3.0000-MSWin32-x64-79c273b9.msi?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ5FYQM547I2EFPRW%2F20210511%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210511T010223Z&X-Amz-Expires=21600&X-Amz-SignedHeaders=host&X-Amz-Signature=490866de848ab299baf990b326e660b9124aa2ccd8b1ed1a6f4b0ec501ac7e2b

Uninstall any AS (Active State) builds. Reboot computer. Then run this MSI. Reboot computer.
Windows LOVES to be rebooted. When I had a sun workstation, we rebooted it once per year during Christmas holidays.
Make a .pl file:

use strict; use warnings; use Tk;
That should do nothing. And if it did nothing, then Tk got loaded. Then further testing can proceed with actual Tk statements.

I seem to get different URLs from my AS account for the same download each time I do it. I'm not sure why that is. The above URL doesn't seem to be specific to my account on AS, so I think it is safe to post it.