[Boston.pm] Tk question.

2003-08-14 Thread Timothy Kohl
Hi, I am trying to set up an associative array where the values are method calls (specifically widget creation calls) for Tk. Ex: (I know this doesn't work) %Valid=( hostname = Entry(width=30,background='darkgreen',-textvariable=\$curval{hostname}) ) The problem is that I am not

Re: [Boston.pm] Tk question.

2003-08-14 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Timothy Kohl tkohl at it.bu.edu [2003-08-07 08:17]: I am trying to set up an associative array where the values are method calls (specifically widget creation calls) for Tk. You want a dispatch table, with the keys pointing to subroutine

[Boston.pm] Tk question.

2003-08-06 Thread Bob Rogers
From: Timothy Kohl [EMAIL PROTECTED] Date: Wed, 6 Aug 2003 17:18:07 -0400 (EDT) Hi, I am trying to set up an associative array where the values are method calls (specifically widget creation calls) for Tk. Ex: (I know this doesn't work) %Valid=( hostname =