Some meta-suggestions:
I suspect you didn't read what use lib actually does, otherwise you'd have a better idea what it was doing. It adds a directory path to @INC to provide Perl with additional locations for modules.
I expect you want
for development anduse lib '/home/user/test-workspace/trunk/modules';
for production.use lib '/home/user/webpage/modules/';
In reply to Re: use lib in cgi env
by talexb
in thread use lib in cgi env
by AlexTape
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |