On 22 Mar 2007 at 8:59, Kumar, Akshay wrote:

> Thanks for the people who responded to original query.
> Another related query.
> Whats the best way to specify common set of include library directories,
> so that I don't end up including (use lib OR "-I") in each file using my
> local modules. (recursive include!)
> 

That was what this line did

quote from Jeff:

use lib qw(/path/1 /path/2);

Here given the MyLib1 is located in /path/1 and MyLib2 is located in
/path/2.This can work well.



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


Reply via email to