in reply to Unable to install Tk module

Well try to install YAML first then run your command i.e. install Tk. I am working on windows and I used to run this to install Tk:
(For 32 bit) ppm install http://www.bribes.org/perl/ppm/Tk.ppd (For 64 bit) ppm install http://www.bribes.org/perl/ppm64/Tk.ppd
So instead of ppm install you should use apt-get install. In extreme case, if this doesn't work then I'll suggest to download the package from cpan and run following:
perl Makefile.PL make make test make install
I think that much is enough but in case if you need more help please read Install file inside that package file

Replies are listed 'Best First'.
Re^2: Unable to install Tk module
by password (Beadle) on Oct 28, 2012 at 23:25 UTC
    For Windows there are 2 txt files in the sources: for Strawberry and for ActivePerl.

    The steps for ActivePerl would be: (I just installed the latest Tk this way instead of an older available via pod version)

    in Visual Studio 2010 (I'm using VS2010-Express) prompt:

    perl Makefile.PL nmake nmake test nmake install_perl