in reply to
UNIX 'command' equivalents in Perl
The 'which' command is simulated by using the function "which" in the module File::Which.
Comment on
Re: UNIX 'command' equivalents in Perl
In Section
Meditations