perl INC path in rpm.spec file help!

Garry Williams gtwilliams at gmail.com
Fri Aug 11 17:28:36 UTC 2006


On 8/11/06, Dan Track <dan.track at gmail.com> wrote:
> Hi
>
> I'm trying to extend the paths in the @INC perl variable to include
> other directories.

That is done in Perl through the `use lib' statement.  For example:

  use lib '/my/lib/dir';

will have the effect of unshift()ing '/my/lib/dir' onto @INC.

See

  perldoc lib

for more details.

-- 
Garry Williams +1 678 656-4579




More information about the fedora-list mailing list