Perl extension for locating system resources.
use OpaL::where qw(which);
OpaL::where is a module for locating system resources.
Which takes a program name and searches for that in the \s-1PATH\s0 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). \s-1USAGE:\s0
$t = \*(C`which\*(C'(\*(L"perl\*(R");
Ola Lundqvist <[email protected]>
perl\|(1), which\|(1).