maxrev has asked for the wisdom of the Perl Monks concerning the following question:

I can't seem to install the Win32::ASP module on our NT test server with Perl version 5.6, although I can install it on two other machines with version 5.005_03. Is this a known prob or am I overlooking something? Tanks in advance (enemy in retreat)

Replies are listed 'Best First'.
Re: Installing Win32::ASP
by JanneVee (Friar) on Jun 15, 2000 at 09:53 UTC
    I think there was a few changes to 5.6. It probably makes it almost impossible to directly install the module. You'lle have to wait for an updated version of Win32::ASP module.
Re: Installing Win32::ASP
by buzzcutbuddha (Chaplain) on Jun 15, 2000 at 16:11 UTC
    I'm not sure what Win32::ASP is for. When you install ActivePerl on NT, it automatically does all of the mapping
    for you to allow you to use Perlscript in ASP.
    Is there a specific function in that module that you need?