in reply to locating modules in local dir
Now you can structure your application's private modules thusly.use FindBin; use lib "$FindBin::Bin/lib"; use WidgetCorp::Widget; use WidgetCorp::Mangler; use Text::Distort; use Wiggle;
I emphasize that this is useful for application-specific or highly customized modules. For standard stock or CPAN modules, though, it's still preferable to have these installed properly for all users of the system../widgettool.pl ./lib/Wiggle.pm ./lib/Text/Distort.pm ./lib/WidgetCorp/Widget.pm ./lib/WidgetCorp/WidgetMangler.pm
--
[ e d @ h a l l e y . c c ]
|
|---|