in reply to Creating Modules

Here is a bit of code to add the current operating directory that a script is running from, to the search path for modules:
use FindBin; use lib $FindBin::Bin; use YourModuleName;


Chris
'You can't get there from here.'