OpaL::where - Perl extension for locating system resources.
Contents
Description
OpaL::where is a module for locating system resources.
Functions
which
Which takes a program name and searches for that in the PATH environment variable and returns the
path to the executable. If no program is found with that name undef is returned instead.
This is similar to the program with the same name. See which(1).
USAGE:
$t = "which"("perl");
Name
OpaL::where - Perl extension for locating system resources.
See Also
perl(1), which(1). perl v5.34.0 2022-03-24 where(3pm)
Synopsis
use OpaL::where qw(which);
