Making Dynamically Required Package Names More Discoverable in Perlpublished on March 30, 2022I’ve been using perlimports a lot at $work. I’m generally quite happy with it, but perlimports can get confused by modules which are being dynamically used. Let’s look at an interesting strategy to fix this.
Detective Work with perlimportspublished on November 18, 2021I was working on some Perl code which included a function whose origin was not obvious. Here’s how I used perlimports to figure it out.