Re: @INC

2006-03-12 Thread Owen
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/b

@INC

2006-03-12 Thread Augusto Flavio
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 getcwd."/pack