Procedure documentationConfiguring the Perl Module Locate this document in the navigation structure

Prerequisites

You have downloaded and installed the Perl module in the <perl_dir> directory.

Procedure

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