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;
[download]
Chris
'You can't get there from here.'
Comment on
Re: Creating Modules
Download
Code
In Section
Seekers of Perl Wisdom