where(3pm) User Contributed Perl Documentation where(3pm)NAMEOpaL::where - Perl extension for locating system resources.SYNOPSISuse OpaL::where qw(which);DESCRIPTIONOpaL::where is a module for locating system resources.FUNCTIONSwhich 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");AUTHOROla Lundqvist <ola@inguza.com>SEE ALSOperl(1), which(1). perl v5.10.1 2009-04-21 where(3pm)