I realize this is a stupid question, but I'm having quite the time turning the text that was typed into an Entry Widget into a usable string for Perl. $string = $entry->get() just doesn't seem to be working for me. Here's some script:
use Tk;
$userentry = $nameframe->Entry(-width=>30)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.