Description
Perl programs can find executable commands in the system PATH using a portable library interface. This is useful for build scripts, installers, wrappers, and tools that need to locate external programs before running them.
It is a command-discovery library. Applications should still decide whether a found executable is trusted and whether the PATH should be controlled.