If I have a CGI script and I have my modules in a local directory ("lib") would the directory structure be like this:

Trakker.pm
Trakker::Dispatch.pm
Takker::SQL.pm
Trakker::Conf.pm

/lib/Trakker.pm
/lib/Trakker/Dispatch.pm
/lib/Trakker/SQL.pm
/lib/Trakker/Conf.pm

I have added "lib" to my @INC:

use lib qw( lib/ );

Is that correct?

I am starting to create modules now and I was wanting enlightenment.

Robert

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to