in reply to How to find path for current module?

Hi All,
Thank you very much for those replies.

But I want to get the absolute path of the module
in the module's code.

Thanks again.
  • Comment on Re: How to find path for current module?

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

      Thanks
Re^2: How to find path for current module?
by tlm (Prior) on Jul 22, 2005 at 13:00 UTC

    Look into module Cwd.

    the lowliest monk