http://www.perlmonks.org?node_id=1035396


in reply to Cross-platform GUI for UNIX based scripts

Hi

If you AIM for perl based cross platform GUI, Go for GTK. You can develop GUI in GTK Glade GUI builder and only write call backs in perl (Kind of VB approach). I develop many perl based GUI in Perl GTK+, The great http://www.sisyphusion.tk/ repo has perl GTK PPMs for Windows too.

For code examples and screen shots have a look at http://code.google.com/p/saaral-soft-search-spider/

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

Replies are listed 'Best First'.
Re^2: Cross-platform GUI for UNIX based scripts
by Anonymous Monk on May 28, 2013 at 09:36 UTC
    Thanks, will have a look as well. Great ideas guys.