Entering content frame

Procedure documentation Configuring the Perl Module Locate the document in its SAP Library structure

Prerequisites

You need to install the Perl module in the <perl_dir>directory.

Note

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.

Procedure

Add <perl_dir> to the PERL5LIB environment variable:

·        Windows:

set PYTHONPATH=%PYTHONPATH%;<perl_dir>

·        Unix/Linux (sh/bash):

PERL5LIB=$PERL5LIB:<perl_dir>
export PYTHONPATH

 

Leaving content frame