Although this may actually belong in the programming forum, I figure that more Slackware users will see it here and maybe use it and/or improve upon it (I'm not exactly a programmer, but am just able ...
For many system administrators, myself included, Perl is the scripting language of choice. Perl is nearly ubiquitous, available for most operating systems in popular use today. Thanks to the free ...
Like most Linux users, I started out using a simple Bash script to configure the firewall policy on my Linux machines. Eventually, I got tired of writing the same code over and over again, so I ...
Many people are thinking of ssh tunnels when they talk about port forwarding. It’s easy to set up and you probably have everything you need (i.e., ssh) on most any system you want to use it on. Port ...
Discover how to improve the performance of your Apache server configuration with the help of a must-use Perl script. Apache server software, out of the box, is impeccably well designed. By doing very ...
There are a lot of really nice scripting languages available to Unix admins, but Perl is still one of my favorites for doing any work that involves regular expressions — any text that you can describe ...
There are numerous ways to redirect standard error in a Perl script. You can redirect the output from one particular command, you can combine standard error with ...
In the post-genomic era, with an ever-increasing amount of sequence information, it is critical to develop tools that assist in sifting through all the data to identify information amidst the noise.
Ok so I'm taking a class this semester entitled "Introduction to Web Programming"; we're currently learning Perl. <BR><BR>Yesterday's assignment was a HTML form that asked two questions, then wrote ...