The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.