Transition to Visual Basic on Perl - work with user interfaces

I have been doing Visual Basic for many years in high school, and I grew up with an IDE supplied by Microsoft. That would be great, but the educational and working models of the VB releases available to me at school do not allow me to distribute the software as part of EULA with Microsoft.

Instead, I find myself working in perl to develop programs for friends and family, and it works pretty well, but I don't have a clear understanding of creating user interfaces. I understand that I can create user interfaces with tcl / tk for perl, but the concept of manually coding all of this is a bit for me. This brings me to my question.

Do you have any suggestions for a tool that I could use that would allow me to create graphical interfaces for my perl programs?

Thanks in advance!

+3
source share
3 answers

In addition to what was suggested, you can see: Perl / Qt (using Qtdesigner ) and Perl :: GladeXML (using Glade )

With Glade and Qtdesigner, you can create an XML file that will describe your user interface, and this will involve connecting your Perl code to widget events.

+5
source

, - Perl Visual Basic. :

, , Tk, .

, , , VB. , Tk Wx, .

Perl- Padre, Perl Wx. , , , -, , GUI-.

+2

, , perl, Catalyst, Windows, Strawberry Perl ( Catalyst). Linux Mac local::lib, cpan. firefox, , -, -.

TL; dg; Fix the whole problem by going to web development using the platform that comes with its own stand-alone server.

+2
source

Source: https://habr.com/ru/post/1735188/


All Articles