in reply to Re^2: Perl for GUI Automation
in thread Perl for GUI Automation

I am using Apache HTTPD Server with mod_perl for web development.

Replies are listed 'Best First'.
Re^4: Perl for GUI Automation
by marto (Cardinal) on Jan 22, 2013 at 10:22 UTC

    What does this have to do with recommending the CGI module for GUI development?

    Update:

    For clarification, I and (I suspect tobyink) are curious about the suggestion of CGI for GUI development. Firstly OP hasn't been very clear on what they want to do (for example the title speaks of GUI automation yet the question suggests they're looking to develop a GUI rather than automate it), on which platform, is a web server even involved etc. CGI IMHO isn't best suited to GUI development, at best I'd suggest using it with some sort of templating system (Template, HTML::Template etc). This allows the separation of Perl code from the HTML(/CSS/JS).