Markdownload is now my favorite browser extension.
Recently on reddit.com/r/perl, pmz posted a question like this: XML::Twig, get value (or not)...
pp comes with PAR::Packer, which is a tool for "compiling" a bunch of modules and codes and makes a...
Owning an IMAP-capable email account can be very convenient since that be used as a centralized...
Perl::Critic::TooMuchCode is a set of policy addons that generally checks for dead code or redundant...
If I made a distribution Foo and uploaded it to CPAN, I'd expect that it is install-able via various...
Perl::Critic::TooMuchCode is a set of policy addons that generally checks for dead code or redundant...
Time::Verbal 1.1.1 made its way to CPAN. This module does one little thing: converting time...
Very often, we wrote Web API that produce JSON output and also very often, we want to ensure that...
About 10 years ago I tried gource and made a visualization of the commit history of perl5.git. It was...
This week, Perl Weekly Challenge 096 gives us two tasks about string manipulation. Besides Raku, let'...
Two basic tasks from Perl Weekly Challenge 095. Palindrome number is also on leetcode: leetcode/palin...
Binary Tree once more in Perl Weekly Challenge 094. We shall reuse the IntBinaryTree class from last...
Perl Weekly Challenge 093 -- It's been long months mostly staying at home. Luckly there are plenty of...
The two tasks from Perl Weekly Challenge 092 seems to be useful inn some scenario. TASK #1...
TASK #1 › Count Number Submitted by: Mohammad S Anwar You are given a positive number $N....
TASK #1 › DNA Sequence Submitted by: Mohammad S Anwar DNA is a long, chainlike molecule w...
We have 2 math puzzles from Perl Weekly Challenge 089 this time around. Their solution look rather na...
This article is the explalation of my solutions to the tasks from Perl Weekly Challenge 088. Somehow...
Here comes Perl Weekly Challenge 087. TASK #1 › Longest Consecutive Sequence You are giv...
Here comes the Perl Weekly Challenge 086. TASK #1 › Pair Difference You are given an arr...
The solutions to both tasks from Perl Weekly Challenge 085 looks nice and short. Task #1: T...
2 tasks from Perl Weekly Challenge 084. One for reversing interes while keeping thsign, another one i...
Perl Weekly Challenge 083 is out with two challenges. This week I'll try with Raku and python....
Both tasks from Perl Weekly Challenge 082 are nice and suitible for some discussion about algorithm....
One of the tasks from Perl Weekly Challenge #14.1 is to write a program to produce Van Eck sequence....
The syntax of chaining multiple comparisons is pretty common in mathmatics, with one expression such...