in reply to Re: How to make a module aware of where it is installed?
in thread How to make a module aware of where it is installed?

Very clever! This is what I'm going to do now:

use File::Basename; my ($base,$dir,$ext) = fileparse($INC{'Foo.pm'}, '.pm'); my $plugindir = "$dir$base";
I'd still like to know if this is possible to do in the Makefile.

--
જલધર