krishlearns has asked for the wisdom of the Perl Monks concerning the following question:

Greetings Monks! Recently I saw a script using the module site_perl. The following is mentioned in the Main section of the script. "use lib site_perl". Googled for sometime but could not find the purpose of the module. Please let me know the purpose of that line Thanks, Krish

Replies are listed 'Best First'.
Re: use lib site_perl
by Corion (Patriarch) on Apr 05, 2013 at 06:53 UTC

    See use and lib.

    site_perl is not a module but a directory.