perl
Is Golang's Grammar Context Free?
Perhaps it comes down to semantics
February 27, 2022How Much Memory Is My Program Really Using?
Modern Linux kernel memory measurements can help
February 10, 2022The Trouble with Reference Counting
Is tracing garbage collection a realistic alternative for Perl?
January 25, 2021Perl Closures As Objects
How lexical scope and anonymous functions can create powerful object systems
December 13, 2020Inspecting Catalyst
What Routes Does Your Catalyst App Respond To?
November 11, 2019Creating IP Address Tools From Scratch
Playing with IP addresses for fun
September 19, 2019Find Relationships Quickly In Data With Chart::Plot
This lightweight module powers through data
January 21, 2019Spidering websites with Headless Chrome and Selenium
How I Setup And Controlled Headless Chrome With Perl
January 13, 2019Validating Untrusted Input: Numbers
Common techniques and edge cases
December 3, 2018Patching Perl: Loading Modules That Return False
Removing a misfeature from the Perl interpreter
July 23, 2018Writing New Testing Tools With Test2
Extending Perl's powerful new test framework
June 12, 2018Git Bisect And Perl
Bisecting Perl commits doesn't always work by itself
August 8, 2017