in reply to Re: How to find path for current module?
in thread How to find path for current module?

Why don't the replies work? What's an exact example of what you're looking for? Using my reply ($INC{__FILE__}) as an example, why doesn't that work? If it's still the relative vs asbsolute paths, that's a simple issue to resolve -- see rel2abs doesnot work in unix and Absolute pathnames from relative? (which both point to File::Spec)

Replies are listed 'Best First'.
Re^3: How to find path for current module?
by ganeshk (Monk) on Jul 22, 2005 at 13:33 UTC
    Hi All,
    Thanks so much.
    rel2abs(__FILE__) did the trick.

    Thanks