News

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 ...
Some notes on using Gtk3 with Perl. Contribute to kevinphilp/Perl-gtk3-Tutorial development by creating an account on GitHub.
The most basic thing you're going to want a perl script to do is tell you things --that is, usually, send output to the terminal. Here's a fully functioning one-line Perl script: ...
The Perl package mechanism, also used for more traditional modules, is used for class modules as well. Objects ``live'' in a class, meaning that they belong to some package. More often than not, the ...
Perl is designed to make it easy to write secure setuid and setgid scripts. Unlike shells, which are based on multiple substitution passes on each line of the script, perl uses a more conventional ...
I looked around for a bit, but didn't find much to suit my needs, but as perl goes, i'm sure there are 400 different better ways to do what i'm doing. I have another perl script running, but its a ...
Hi there,I'm using a linux system and I have a perl script that needs to check the date stamp of a file and compare it to current date in YYYYMMDD format.Can anyone lend me a hand with this please ...
PAL, is a Perl script that rapidly identifies conserved residues present in a large alignment file. The strengths of PAL are: speed, flexibility and ease of use.