Entering content frame

Procedure documentation Configuring the Perl Modules Locate the document in the library structure

Prerequisites

You have installed the Perl modules in the <perl_dir>directory.

Note

If you installed the Perl modules with the installation program (see the Structure linkInstallation Manual), it will be located in the <perl_dir>=<dependent_path>/runtime/perl directory.

Procedure

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

 

Leaving content frame