View Review Details
| Book: | Mastering Perl/Tk | |
| Subject: | printf | |
| Date: | 2008-05-21 01:36:23 | |
| From: | greymaus | |
|
Rating:
In the chapter on the Text widget, there was a snippet to redirect ordinary print (or printf) to the Text widget. tie *STDOUT, ref $text, text;
|
||





