You need to install the Perl module in the <perl_dir>directory.
If you installed the Perl module with the installation program (see Installation Manual), it will be located in the <perl_dir>=<dependent_path>/runtime/perl directory.
Add <perl_dir> to the PERL5LIB environment variable:
· Windows:
set PYTHONPATH=%PYTHONPATH%;<perl_dir>
· Unix/Linux (sh/bash):
PERL5LIB=$PERL5LIB:<perl_dir>
export PYTHONPATH