in reply to Security of Sendmail and -T error
PERL5LIB
....
If PERL5LIB is not defined, PERLLIB is used.
....
When running taint checks (either because the program was running setuid or setgid, or the -T switch was used), neither variable is used. The program should instead say:
use lib "/my/directory";
|
|---|