in reply to
The correct way to return arrays from a module
use lib "/var/www/itiv/modules";
belongs in your program, not your module.
Comment on
Re: The correct way to return arrays from a module
In Section
Seekers of Perl Wisdom