in reply to Re: Perl/Tk hang when conecting to Remote MySQL Server
in thread Perl/Tk hang when conecting to Remote MySQL Server
Thank you for both of you this lines i include fixed out my problem
$query="SELECT count(*) FROM vegetables WHERE vegetable LIKE '%$sv%' $mw->update(); my $results = $mw->Label( -textvariable => \$result_string )->pack; fetchrow_array
thanks for handling out the input in just 1 scalar variable that worked out also! Problem solved!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl/Tk hang when conecting to Remote MySQL Server
by graff (Chancellor) on Dec 27, 2014 at 19:37 UTC |