
plenv-which - locate a program file in the plenv's path

% plenv which perl
/Users/tokuhirom/.plenv/versions/5.16.2/bin/perl
% plenv which carton
/Users/tokuhirom/.plenv/versions/5.16.2/bin/carton

Find a executable from current perl5's path and display it.