pm_which

Perl module to manipulate Perl module names

Install

All systems
curl cmd.cat/pm_which.sh
Debian Debian
apt-get install libmodule-util-perl
Ubuntu
apt-get install libmodule-util-perl
image/svg+xml Kali Linux
apt-get install libmodule-util-perl
Fedora
dnf install perl-Module-Util
Windows (WSL2)
sudo apt-get update sudo apt-get install libmodule-util-perl
Raspbian
apt-get install libmodule-util-perl

libmodule-util-perl

Perl module to manipulate Perl module names

Module::Util provides useful functions to manipulate module names. Its main aim is to centralise some of the functions commonly used by modules that manipulate other modules in some way, like converting module names to relative paths. It also provides some general utility functions for working with modules, such as determining whether a string "looks like" a module name, or testing if a module is loaded (using %INC magic).

perl-Module-Util

Module name tools and transformations