NAME
App::rhich - which(1) with a Perl regex
SYNOPSIS
Run this program like you would which(1), but give is a Perl regex. Even a sequence is a regex.
% rhich perl
% rhich 'p.*rl'
DESCRIPTION
rhich(1) goes through the directories listed in PATH and lists files that match the regular expression given as the argument. This module file is a modulino that can act as both a script and a module.
Funtions
run()
Takes no arguments but does all the work.
COPYRIGHT AND LICENCE
Copyright © 2013-2025, brian d foy <briandfoy@pobox.com>. All rights reserved.
You may use this under the terms of the Artistic License 2.0.
AUTHOR
brian d foy, <briandfoy@pobox.com>