Find And Replace Strings

Posted by: admin  :  Category: Perl, Shells

Imagine you have a directory with thousands of text files, each of which containing some keywords to be replaced.

While there’s a lot of tools out there allowing you to find and replace strings in text files, there’s always a goog reason to use the tools that you already have.

The following snippet uses find in combination with perl to achieve the task:
Read more…

Obscure Perl Module Compilation Error

Posted by: admin  :  Category: Perl

When I was setting up a development box today I encountered a strange error while compiling the Mail::ClamAV perl module.
Read more…