Should I be building GUI applications on Windows using Perl & Tk?

Posted by CheeseConQueso on Stack Overflow See other posts from Stack Overflow or by CheeseConQueso
Published on 2010-12-03T01:25:26Z Indexed on 2010/12/23 11:54 UTC
Read the original article Hit count: 277

Filed under:
|
|
|
|

I have a bunch of related Perl scripts that I would like to put together in one convenient place. So I was thinking of building a GUI and incorporating the scripts. I'm using Strawberry Perl on Windows XP and have just installed Tk from cpan about fifteen minutes ago. Before I go for it, I want some sound advice either for or against it.

My other option is to translate the Perl scripts into VB and use Visual Studio 2008, but that might be too much hassle for an outcome that might end up all the same had I just stuck with Perl & Tk.

I haven't looked yet, but maybe there is a module for Visual Studio that would allow me to invoke Perl scripts?

The main requirements are:

  • It must be able to communicate with MySQL
  • It must be able to fetch & parse XML files from the internet
  • It must be transportable, scalable, and sustainable

What direction would you take?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about visual-studio-2008