!--a11y-->
Configuring the Perl Modules 
You have installed the Perl modules in the <perl_dir>directory.

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