The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

is_in_path($prog)

Return the pathname of $prog, if the program is in the PATH, or undef otherwise.

DEPENDENCY: file_name_is_absolute

file_name_is_absolute($file)

Return true, if supplied file name is absolute. This is only necessary for older perls where File::Spec is not part of the system.