> Downloaded the module in zip file, put AdminMisc.pm in > c:\perl\lib & c:\perl\site\lib. > Still I get: > Can't locate Win32/AdminMisc.pm in @INC (@INC contains: > C:/Perl/lib C:/Perl/site > /lib .) > > How do I work with it?
check out the readme file that is included. there is a little more to it than just copying the pm file. and it may also differ according to which perl distribution and version you are running. Mail me offline if you want me to send you some examples scripts. but get the module installed first. here is a snip from the readme: --- HOW TO INSTALL: - IF you are using the core distribution of Win32 Perl: a) Copy the ADMINMISC.PM file into the directory perl\lib\site\win32\ b) Rename the file ADMINMISC_CORE.DLL to ADMINMISC.DLL c) Make a directory: perl\lib\site\auto\win32\ADMINMISC\ d) Copy the ADMINMISC.DLL file into the directory in step c - IF you are using the ActiveState's version 5.005 (aka ActivePerl): a) Copy the ADMINMISC.PM file into the directory site\lib\win32\ b) Rename the file AdminMisc_5005_AS.DLL to ADMINMISC.DLL c) Make a directory: site\lib\auto\win32\AdminMisc\ d) Copy the ADMINMISC.DLL file into the directory created in step c ALTERNATIVELY if you are using ActivePerl (or core perl 5.005 with PERL_OBJECT defined): a) run the Perl Package Manager: perl ppm.pl install http://www.roth.net/perl/packages/win32-adminmisc.ppd - IF you are using the ActiveState version of Win32 Perl: a) Copy the ADMINMISC.PM file into the directory perl\lib\win32\ b) Rename the file ADMINMISC_XXX.PLL to ADMINMISC.PLL c) Make a directory: perl\lib\auto\win32\adminmisc\ d) Copy the ADMINMISC.PLL file into the directory in step c -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]