in reply to
using perl plug-ins
try:
use lib "$ENV{HOME}/Plug-ins"; use Find;
[download]
i guess the package name of the module is 'Find' and not 'Plug-ins::Find'. dashes are not allowed in package names, at least not unquoted.
Comment on
Re: using perl plug-ins
Download
Code
In Section
Seekers of Perl Wisdom