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


in reply to Including Perl Tk module in a different location

Perl 5.14 and Tk do not mix well together. My suggestion, although not an answer, is to use Tk with 5.12. This migration was easy for me, as I had a similar issue.
--perl.j
  • Comment on Re: Including Perl Tk module in a different location

Replies are listed 'Best First'.
Re^2: Including Perl Tk module in a different location
by Anonymous Monk on Nov 24, 2011 at 06:22 UTC

    Perl 5.14 and Tk do not mix well together.

    Sure they do