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.


In reply to Re^3: Perl5.26 installing Tk module manually by Marshall
in thread Perl5.26 installing Tk module manually by vinoth.ree

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.