App::pwhich - Perl-only `which`
version 1.17
perldoc pwhich
This module contains the guts of the pwhich script that is used to be bundled with File::Which. It was removed from that distribution because most users of File::Which do not need pwhich. If you require pwhich, as a prerequisite, please use App::pwhich as a prerequisite instead of File::Which.
If you want these executables installed without the p
prefix (useful on platforms like windows that do not have their own native which or where), set PERL_APP_PWHICH_NO_PREFIX
to no-prefix
during install of this module.
Bugs should be reported via the GitHub issue tracker
https://github.com/uperl/App-pwhich/issues
For other issues, contact the maintainer.
This module does not know about built-in shell commands, as the built-in command which
and where
usually do.
This module is fully supported back to Perl 5.8.1. It may work on 5.8.0.
Public interface (script) for this module.
Another public interface for this module.
Implementation used by this module.
Original author: Per Einar Ellefsen <pereinar@cpan.org>
Current maintainer: Graham Ollis <plicease@cpan.org>
Contributors:
Adam Kennedy <adamk@cpan.org>
This software is copyright (c) 2002-2022 by Per Einar Ellefsen <pereinar@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.