in reply to Re: Perl/Tk processing entered text with button
in thread Perl/Tk processing entered text with button

as an alternative, you can bind a variable to the entry widget, e.g.
use vars qw($IpAddress); my $entry = $parent->Entry(-textvariable => \$IpAddress) ->pack(-side => 'left'); $parent->Button(-text => 'Go', -command => \&DoIt) ->pack(-side => 'left'); sub DoIt { print "Entry contains: $IpAddress\n"; } # DoIt

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"