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!
source
share