This is a tutorial on how to use Perl and Tcl/Tk (not to be confused with Perl/Tk) and create UI-based Perl+Tcl/Tk applications deploying them on Windows and macOS as stand-alone .exe or .app. Binding ...
A basic introduction to using the Gtk3 toolkit with the Perl bindings. This tutorial was written to help my son and I learn Gtk3/Perl. The tutorial takes a series of standard widgets and presents them ...
Once you've written your Perl program, you run it by typing the name of the file. If you've made some mistake in your "code" (that's geek for "program," as if "program" weren't geeky enough) Perl will ...
Why doesn’t anyone talk about computer programming languages these days? I’ve just spent the last couple of days working with a great guy called Jason Froebe on a Perl tutorial that really digs deep ...
We all have done it, haven't we? We've looked at source code--either our own or someone else's--and asked that age-old programming question: "What is this code doing?". When code is written in Perl, ...
Installing a Perl module is not a genius’ work, but getting it done without root access can be a challenging task (of course not impossible). You may face this ...