I am using ActiveState Perl 5.6.1. That does not seem too old to me. Is there an ftp site where I can download Tk.pm? Then I will install Tk using the Perl Package Mgr. Thanks!
Anthony (Tony) Esposito Database Administrator Inovis(tm), formerly Harbinger and Extricity 2425 North Central Expressway Suite 900 Richardson, Texas 75080, USA Direct (972)643-3115 Fax (972)479-9779 -----Original Message----- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:06 PM To: Tony Esposito Cc: [EMAIL PROTECTED] Subject: RE: Tk with Perl Tony Esposito wrote: > I did get my Perl and Tcl/Tk from ActiveState.com. So what you are > saying is I just have to download this Tk.pm file from > ActiveState.com and install > it in D:\Perl\site\lib\Tk.pm and I'll be ok, correct? Thanks! No, you don't just copy the .pm file. You need to use ppm to install the module, which installs a ton of files. C:\> ppm install Tk But are you using an ancient verison of ActiveState Perl? Because Tk comes standard with recent versions, AFAIK. Note that Perl's Tk module is separate from Tcl/Tk and doesn't use or require Tcl/Tk to be installed. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]