The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.