in reply to Perl modules in Win32

Have you tried using PPM? If I recall, there is also a gmake which you can try. But, I would use PPM if at all possible.

Cheers,
KM

Replies are listed 'Best First'.
RE: Re: Perl modules in Win32
by Ronunism (Novice) on Jul 28, 2000 at 21:38 UTC
    Can PPM & ActivePerl be used with mod_perl? The eventual goal is to get Apache w/ mod_perl up and running with mySQL & all those modules... Apache w/ mod_perl is running, but now I can't get those modules installed...
      ActivePerl and PPM have nothing to do with mod_perl. Just install the modules and use ActivePerl as you would use Perl on Unix with Apache/mod_perl. Have you yet tried installing with PPM? Have you yet tried using ActivePerl with your Apache?

      Cheers,
      KM