You have downloaded and installed the Perl module in the <perl_dir> directory.
Add <perl_dir> to the environment variable PERL5LIB:
Microsoft Windows:
set PERL5LIB=%PERL5LIB%;<perl_dir>
Unix and Linux (sh or bash):
PERL5LIB=$PERL5LIB:<perl_dir> export PERL5LIB