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
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