mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
8bed46133a
PR: 139185 Submitted by: Cezary Morga <cm@therek.net>
8 lines
332 B
Plaintext
8 lines
332 B
Plaintext
File::Which is a portable implementation (in Perl) of `which', and can
|
|
be used to get the absolute filename of an executable program
|
|
installed somewhere in your PATH, or just check for its existence. It
|
|
includes the command-line utility `pwhich' which has the same function
|
|
as `which'.
|
|
|
|
WWW: http://search.cpan.org/dist/File-Which/
|