http://www.perlmonks.org?node_id=1002350


in reply to Re^2: use lib in cgi env
in thread use lib in cgi env

Yes - see perlvar for @INC, which links to require, which shows the (pseudo-)code that require uses. It looks through @INC in order of entry appearance.

Replies are listed 'Best First'.
Re^4: use lib in cgi env
by AlexTape (Monk) on Nov 05, 2012 at 15:50 UTC
    looks good. thanks!
    $perlig =~ s/pec/cep/g if 'errors expected';