The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

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

DESCRIPTION

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