Augusto Flavio wrote:
> Hi,
> 
> 
> I'm working in a project and i want include a directory (my modules) to 
> perl's search path. 
> 
> 
> I have this structure:
> 
> /usr/local/project
> /usr/local/project/packages
> 
> Then i create a index.cgi on root folder with the theses lines:
> 
> #!/usr/bin/perl

> use strict;
> use Cwd;


use lib '/usr/local/project/packages';


> use setup;



Owen

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


Reply via email to