各种手动安装Win32 Perl module的方法

来源:互联网 发布:php开源广告管理系统 编辑:程序博客网 时间:2024/04/27 19:17
> 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 ADMIN
MISC.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 t
he 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
>
> That is it!