vote up 2 vote down star
1

I was on Perlmonks and found this great listing:

http://www.perlmonks.org/?node_id=627015

But it was missing "which", the function that searches for an executable in all the directories in your PATH. (I am porting a Perl script to Windows.)

Is there a Perl module that simulates this?

flag

58% accept rate

2 Answers

vote up 13 vote down check

File::Which. Always check CPAN! :)

link|flag
Thanks. Google failed me because "which" is a common word and all I got was garbage from my searches. – Paul Chernoch Aug 5 at 13:14
3  
Why use Google when you can use CPAN? – Manni Aug 5 at 14:03
Well, why use Google when you can use CPAN Search (search.cpan.org). It's very hard to easily find things at www.cpan.org. – brian d foy Aug 6 at 7:25
vote up 1 vote down

Have you seen this Snippet?

which (for Windows) in pure perl

The follow-up points to the module File::Which on CPAN.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.