Blog of retrhelo Peace within.
Posts with the tag perl:

Better subroutine caller tracking with Perl

In this article, I note down a very useful approach in Perl, to better track and locate the caller of certain subroutine.

Develop a Perl module: Create and Test

Perl module is a common approach for providing custom sets of functions. But how exactly a module is created, developed, and maintained? In this article, I write down my experience of developing a tiny module named Camellia::Glue.

Use local modules in Perl5

In this article, I explain how to write Perl scripts with multiple files.