On Wed, 12 Dec 2001, Hal Johnson wrote:

> I am trying to create windows interfaces for perl programs, and I've
> been told that the TK extension is what to get.  I searched the
> internet and found tk800.023.tar.gz but I'm not sure if that will work
> with Windows 2000. Also, it seems I need a Visual C++ compiler to get
> it to work. I don't have acces to Visual C++, but I've heard that there
> are some freeware compilers and I just can't find them.
> I'd be gratefull for any information on installation or use problems
> you've encountered, etc. with tk and perl.

ActiveState has Perl-Tk prebuilt as a PPM.  You should be able to get it
from their webstie or via the ppm command-line tool:

C:\>ppm
PPM interactive shell (2.1.2) - type 'help' for available commands.
PPM> install Tk
Install package 'Tk?' (y/N): y
Installing package 'Tk'...
.... <lots of stuff prints out>
Writing D:\Perl\site\lib\auto\Tk\.packlist
PPM>

When that's done, type 'pktsh' at the command-line, and you get a little
interactive shell to play with stuff.

Isn't Perl cool?

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Ego sum ens omnipotens.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to