2024.02.02 in #654PWC 254 Task 1, Three Power
Interesting discussion about power of three and the confusion around it. You will enjoyed the discussion.
2024.04.03 in #663Don't Sort It, Be Happy
Educational task analysis, you really don't want to skip, thanks for sharing.
2024.04.30 in #667Positively Perl Street
Bob is back with yet another Perl power sharing tri-valued operator. Thanks for sharing the knowledge with us.
2024.05.06 in #668Games Numbers Play
I love the varieties of different level of solutions. Start with simple and then move upward to make it more elegant. Great work.
2024.05.15 in #669Two of Us Distributing Elements
Interactive discussion on every little things in details, likely to keep you engaged all the way. Thanks for sharing.
2024.06.21 in #674Waiting at the Bus Stop
Line by line discussion of Bus Route task is worth checking out. Impressive work, well done.
2024.08.10 in #681PWC 281 Knight's Move
A thorough discussion about Chess game and then from the task point of view. It is worth checking, thanks for sharing.
2024.09.20 in #687Strength in Numbers
Mix of readymade solution or pure regex approach. Plenty to keep us entertained. Well done.
2025.04.23 in #718Reverse Equals
CPAN friendly solution is my all time favourite, it makes the end result cute and compact. Thanks for sharing the knowledge.
2025.05.21 in #722String Format
Perl special regex doing all the hard work. If this wasn't enough then you have unpack too. Great work, keep it up.
2025.07.26 in #732Odd last date letters, binary word list buddy
The solutions are terse, elegant, and showcase modern Perl idioms. They shine in clarity for those familiar with Perl 5.42+, especially with sprintf and all.
2025.07.26 in #733Odd last date letters, binary word list buddy
The implementations balance conciseness with readability while leveraging Perl's strengths in text processing. Each solution could be extended with more robust input validation and edge case handling for production use.