in reply to Re: Re: using strict and a config file
in thread using strict and a config file

Yes it is possible. All you have to do is
use lib '.';

at the beginning of your program.

This will make Perl look for modules in the current directory too.