in reply to Howto set path for local package in a Perl code

In the shell:
export PERL5LIB=/home/neversaint/MyPerl/src
This way you need not to specify the module location inside your script.