File::Which version 0.02 ======================== 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. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install Using the CPAN shell: perl -MCPAN -eshell cpan> install File::Which cpan> exit DEPENDENCIES This module requires these other modules and libraries: File::Spec File::HomeDir COPYRIGHT AND LICENCE Copyright (C) 2002 Per Einar Ellefsen This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.