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]

Reply via email to