Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl TK Printing Text from ROText box

Status
Not open for further replies.

clueo8

Programmer
Jun 13, 2005
47
US
I have created a ROText box that I send text output to... Is there a way to capture everything thats in the ROText box and print it to the dos screen? What I'm really trying to do is make it so I can create a log file of what was in the ROText box. Printing the ROText variable used only displays the hash value of the widget.
 
Code:
$widget -> insert ('end', "This");
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top