Help for this page

Select Code to Download


  1. or download this
    sub isExe {
      my $exe = shift;
    ...
      }
      return 0;
    }
    
  2. or download this
    if (isExe("tail.exe")) {
      print "tail.exe is in my PATH.\n"
    }