Bennett Haselton wrote:
> What is standard procedure for ActivePerl users to install a
> module from CPAN, if the module doesn't come with a .ppd file?
> I have ActivePerl build 623 of perl 5.6.0, on Windows 98.

build your own ActivePerl!
if you have Visual C++, download the AP623 source tree and compile
it. it's really easy, and the produced Perl will be able to
successfully download and compile the vast majority of CPAN modules
with the usual procedure (perl Makefile.PL, nmake, nmake test, nmake
install).


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to