in reply to configuring @INC

You probably want something like
use lib 'abc/pm'; use IDVDb;
although you don't say where the directory abc is relative to.

Replies are listed 'Best First'.
Re: Re: configuring @INC
by Anonymous Monk on May 06, 2004 at 11:57 UTC
    hi
    I tried by giving
    use lib "abc/pm/"; use IDVDb;

    eventhough , it is giving the same error.
    Actual path of "abc/pm/IDVDb.pm" is "/example/abc/pm/IDVDb.pm".
    is there any way to configure @INC variable.