in reply to
New module usage
Another keep-it-simple method which doesn't require you to be in the same directory as your script and (development) module:
use FindBin qw($Bin); use lib $Bin;
[download]
p
Comment on
Re: New module usage
Download
Code
In Section
Seekers of Perl Wisdom