logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OpaL::where - Perl extension for locating system resources.

Author

       Ola Lundqvist <ola@inguza.com>

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);

See Also