in reply to Re^2: Check for another program availability
in thread Check for another program availability

> portable
You didn't say it had to be "portable on Windows".
  • Comment on Re^3: Check for another program availability

Replies are listed 'Best First'.
Re^4: Check for another program availability
by hrcerq (Monk) on Apr 12, 2021 at 11:55 UTC

    It doesn't. But even on Unix I have no guarantee that which will be installed on the system.

      That exactly. And additionally, "which" might produce considerably different results in a (perl) script than on the command prompt, as some shells have "which" as a builtin or alias, so people *think* they have which (program) but in fact use the shell functionality.


      Enjoy, Have FUN! H.Merijn