Help for this page
sub isExe { my $exe = shift; ... } return 0; }
if (isExe("tail.exe")) { print "tail.exe is in my PATH.\n" }