in reply to using perl plug-ins

try:
use lib "$ENV{HOME}/Plug-ins"; use Find;
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.