Learn the Perl/Tk module, Part 1: The basics of Perl/Tk

There are a number of modules which let you write GUIs in Perl. Most GUI toolkits have a perl interface: an incomplete list follows. Tk. This works under Unix and Windows, and the current version doesn't look half as bad under Windows as it used to. Some of the gui elements still don't 'feel' quite right, though. gtk2-perl. A set of Perl bindings for GTK and various related libraries (including those of the GNOME project). Provides an attractive look and feel on X-Window-based UNIX systems (including Linux) which looks quite foreign on Microsoft Windows. A very capable and powerful GUI library. Note that there are perl bindings to GTK 3 made available Apr 27, 2019 · Win32::GUI. There is also Win32::GUI. I don't remember ever using it. Sounds like a Windows specific library that is probabably better if you know you only have to use it on MS Windows. What now? While Perl might not be the best language for desktop applications, it is certainly a lot of fun creating GUIs with Perl. Enjoy! gui-testing. perl-automation. perl-modules. perl-testing. perl-windows. win32-guitest. windows-automation. windows-scripting. You use Perl at work. Sometimes you are

ExifTool by Phil Harvey

Perl Editor - Perl Maven Aug 01, 2012

perlwin32 - perldoc.perl.org

I would like to use a more 'Windows' style of GUI in a Perl programme. Specifically I need to be able to open new windows and close them during normal operation. For example, I want to set up an SQL query in one window, then show the result in another window. Existing developers / system administrators. If you are already a developer or systems administrator, in any language, on any platform, please skim through the site, there are lots of details and resources which you will still find useful. To create a Perl program, simply create a new file, such as hello.pl. In the file, place the following: #!/perl/bin/perl print "Hello World!"; Notice the first line of the file. Perl scripts should start with the path to Perl on the first line. The path to Perl should be the location where you installed Perl on your Windows machine. A simple GUI with Perl/Tk - Perl example. Retiring, March 2020 - sorry, you have missed our final public course. The Coronavirus situation has lead us to suspend public training - which was on the cards anyway, with no plans to resume Jan 10, 2014 · Strawberry Perl was supposed to lead to Chocolate Perl, something enhanced even further for people who were familiar with Windows but not Perl. It would include GUI tools and other niceties to avoid the command line (See Vanilla and Strawberry (and Chocolate) Perl 2008 Plans). The Strawberry brand was enough for most people. As this is slightly more complex in Windows than in Linux we recommend that you uninstall every other perl distribution and install the one we provide. This will help avoiding some confusion. The "DWIM Perl for Windows" package includes the perl compiler/interpreter, the additions Strawberry Perl provides and hundreds of additional modules from "Win32::GUI is a Win32-platform native graphical user interface toolkit for Perl. Basically, it's an XS implementation of most of the functions found in user32.dll and gdi32.dll, with an object oriented Perl interface and an event-based dialog model that mimic the functionality of visual basic.