slugger415 has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks, I apologize for continuing to harp on this question; I've posted a similar question here as Where is Perl/Tk? bribes.org is offline?, got many suggestions but none have panned out.

The situation:

I can download the module from cpan Tk-804.030.tar.gz but don't know how to install it on windows. Is there a 'ppm' command I can use on that gz file, locally?

I can't ask my users to install something like cygwin; I'd prefer to have tum run it from the basic win7 command line.

Sorry if this all sounds lame, but can anyone help me through this?

thanks, Scott

Replies are listed 'Best First'.
Re: Unable to install Tk module on Win7
by marto (Cardinal) on Feb 05, 2013 at 15:10 UTC

    As discussed in your previous thread you need to setup the appropriate tools to install via cpan Tk. You could switch to Strawberry Perl from ActiveState (since you can't find either the module nor build tools packaged), again we've discussed that previously. Have you considered packaging your app so that end users don't have to install modules? See PAR/pp

      Thanks, I think Strawberry works better. I will also look into packaging, that's a good suggestion. Cheers, Scott
Re: Unable to install Tk module on Win7
by Anonymous Monk on Feb 05, 2013 at 15:06 UTC

    I can't ask my users to install something like cygwin; I'd prefer to have tum run it from the basic win7 command line.

    Use http://www.cavapackager.com/ and give them some slugger.exe and slug.exe to run

    Use http://www.citrusperl.com/ and give them CitrusSlugger Perl with pre-packaged Tk

      Hey citrus perl looks really great, but unfortunately there's no download on SourceForge (though there is a page saying there is one called citrusperl-standard-51601-linux-x86-017.tar.gz). http://sourceforge.net/projects/citrusperl/files/

      The binary that is there seems to contain something else, and none of the batch files in its ./bin work.