Browsing Tag
Perl
35 posts
Blacklist emails with DCC through a Perl script
DCC is a wonderful tool, but it needs to be fed constantly. After going through the process of…
Monitor resources on a UNIX machine (with Perl)
To get an overview of what is running on a certain UNIX/Linux host, most users will usually run…
Simple webserver in Perl
I had to mimic a certain web application for a customer I’m currently working for, so I’ve created…
Calculate netmask in Perl
This is a small code snippet I wrote along time ago for a bigger framework I’ve created. No…
Perl script: speed.pl
A small script I wrote to see how fast a file grows (for instance when it’s being copied…