Sounds like you messed things up when you upgraded from 5.12 to 5.14. Uninstall all the stuff that you have now. Clean out the Perl directories and delete them. You will have to find out in Windows 7 how to edit your path so that previous stuff is not there.

Go to ActiveState site and do a clean install of 5.14. I think that ActiveState still installs to the default directory of C:\Perl. I advise against changing it to "C:/Perl 5.14.1", which apparently you did? Use ppm to install Tk.

Do not use CPAN to try to install Tk! Always use ppm. The ActiveState version has been ported and is designed to work with Windows. There is nothing wrong with Tk - its old, but works fine (within limits!) and there are lots of examples out there.


In reply to Re: Perl/Tk Issues by Marshall
in thread Perl/Tk Issues by perl.j

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.