All the Perl that's Practical to Extract and Report
I'm tired of writing a long stanza to declare "yes, I'm going to write an ordinary perl program."
use strict; use warnings; use feature ':5.10';
use Modern::Perl;