in reply to
Use lib() and require
use lib add that path to the front of your @INC, much like perl -I/usr/local/etc/httpd/cgi-bin
That's all, just another way to do it.
- Ant
Comment on
Re: Use lib() and require
In Section
Seekers of Perl Wisdom