in reply to Re^2: Perl/Tk hang when conecting to Remote MySQL Server
in thread Perl/Tk hang when conecting to Remote MySQL Server

In your latest snippet here, I think the "update()" call isn't really doing anything. In one sense, that's not a problem, because it isn't needed at all - you can delete that line and the script will work just the same.

If the "update()" call were necessary (which in this case it isn't), you'd want to do it after executing your query, getting the values from the database, and assigning them to variables.

  • Comment on Re^3: Perl/Tk hang when conecting to Remote MySQL Server