It has been weeks since the last time blogging about Perl. My day to day job has been tying most of my free time and blah blah blah excuses … :p
My job deals with FreeBSD server, 90% of my time. Daily routines includes checking server health status. FreeBSD has these periodic scripts that will report [...]
Perl does not have block comment feature. The Acme::Comment module was the easiest way to make Perl do block commenting, with additional features, it allows customization of open & close punctuation mark.
Until yesterday, my first Perl code got some problem and had to seek help from the IRC channel perl-help @ irc.perl.org (these guys are [...]
One of Perl’s strength is it’s repository of modules, thousands of modules. No need to re-invent the wheel, just think of what you wanna do and search for it (http://cpan.perl.org).
The CPAN modules are available through the CPAN shell. In this post, we will talk briefly about how to install the CPAN shell and show an [...]