in reply to Windows GUI for Perl Script
One approach that is rarely mentioned, but cost-effective (for some), is to simply use HTML pages as a front-end for any of your perl scripts. Every version of Windows (98 or later iirc) ships with support for HTML applications. If you already have ActiveState installed, then you can design, deploy and maintain full-fledged GUI front-ends for perl on any windows box in your shop using the same HTML that works in MSIE. There is nothing else you need to install, no need to use VB or VBscript, no need for additional OCX or OLE controls or applets.
To determine whether this is cost-effective for you, consider: (1)time to learn; do you already know how to work with one of the GUI systems (perl/tk) (wxWindows) (MSIE HTML)?; (2)time to acquaint users; is your user base familiar with the GUI apps of any of the above environments? End users can be amazingly picky about non-functionality-centric issues when it comes to GUI, so this is one reason why some complain about the look and feel of perl/tk, or HTML, as contrasted to 'desktop' GUI apps.
MSDN is notorious for routinely changing the links on their site, so here are some search keywords links to MSDN search:
Perl of Wisdom and
perlscript and
HTML Applications
|
|---|