in reply to using perl plug-ins
And notice, that a dash is not a good choice as part of a directoryname. Even if it does not mater for your example:export PERL5LIB=$HOME/plug-ins use Find;
use Plug-ins::Find; # is seen by perl as use Plug '-ins::Find';
|
|---|