The successor to Walsh's "Learning Perl/Tk" (O'Reilly) is "Mastering Perl/Tk" (O'Reilly) and is much more complete.
Dan Murphy [EMAIL PROTECTED] EMC Corp. 508-249-3322 Hopkinton, MA 01748 EMC˛ where information lives -----Original Message----- From: James Taylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 7:36 PM To: [EMAIL PROTECTED] Subject: TK madness I'm trying to develop a user interface for a program I've written - What I need the program to do is print out the results of the current process to the TK interface. I absolutely can not figure out how to do a simple printing to TK function!@@!# For example, I would have a program that does something like: for (1 .. 10) { print "$_\n"; } Well, I need to print that into the canvas in TK. How the hell do I do this?! It seems like something so trivial, yet not even the Perl/TK tutorial talks about something as simple as this. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]