Skip to main content

Perlimports

Getting Started with perlimports
·3104 words·15 mins
linting perlimports precious tidying
Reducing software dependencies is one way to reduce an application’s attack surface. I’ve laid out how perlimports can be used to manage and reduce Perl dependencies in both modern and legacy applications. It’s not difficult, but it should be done with care.
Making Dynamically Required Package Names More Discoverable in Perl
·1574 words·8 mins
perl perlimports
I’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 perlimports
·476 words·3 mins
perl Programming perlimports
I 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.