in reply to Re: use win32::perms without installing it
in thread use win32::perms without installing it
Tried your suggestion with and without setting PERL5LIB to the c:\mylibs dir which contains a win32/ dir with the perms.pm in it. This is what I get when trying to load the example script included with win32::perms:
Can't locate loadable object for module Win32::Perms in @INC (@INC contains: c:\
mylibs C:/Perl/lib C:/Perl/site/lib .) at showperm.pl line 18
Compilation failed in require at showperm.pl line 18.
BEGIN failed--compilation aborted at showperm.pl line 18.:
Apparantly there is something more to be done than just putting the files somewhere and adding the path to @INC: