Debian – Can you improve on this command line perl script for finding all perl installations on a system?
#/usr/bin/env perl # Last modified: Sat Aug 24 2024 10:48:44 PM -04:00 [EDT] # use File::Which; use File::Basename; use File::stat; use Digest::MD5; # use Data::Dump qw/dump/; use warnings; =head1 Installation C<chmod 700 perlwitch> - on GNU/Linux and similar *nix-ish systems…