in reply to Basic - Perl5lib

perl does not require that the PERL5LIB environment variable be set. Typically, the variable will not be set to any value.

One common usage scenario is to set the variable to a directory which contains Perl modules that you have developed.