in reply to ActiveState PPM, no Tk present

I know there's no Tk. But ... there is Tkx instead, which provides a wrapper between Perl and genuine Tcl-Tk.

Obviously using Tkx will be easier for new development, as there are some minor differences. But porting an existing program to Tkx might not be too taxing.

Replies are listed 'Best First'.
Re^2: ActiveState PPM, no Tk present
by Anonymous Monk on Apr 07, 2015 at 09:05 UTC
      Great, I shall try beautiful Perl/Tk for an upcoming project. Thanks!

      I still think Tkx was a good idea, but I've an open mind.

        I still think Tkx was a good idea, but I've an open mind.

        On both ends? :)

        See Tcl::Tk -- gisle worked on this as well, its much better in all respects than Tkx. Tcl::pTk is even more better.