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

How do I get the use Win32::NetAdmin module? I have no problem downloading modules in the the past but can't seem to get this one to download. Is it called another name? I tried as:
install Win32-NetAdmin install Win32::NetAdmin
What is the specific name I need to get this to download?

Replies are listed 'Best First'.
Re: Finding the download name of module.
by dda (Friar) on Jun 14, 2002 at 13:03 UTC
    You can try to type search admin or search win32 while in PPM shell to check what is available for your platform.

    --dda

      Thanks,

      From search it looks like I will have to use Win32-AdminMisc because the Win32-NetAdmin never came up in my search.
Re: Finding the download name of module.
by SarahM (Monk) on Jun 14, 2002 at 13:17 UTC
    If you have activeperl, then Win32::NetAdmin should come with the base package. Check your system, you may already have it installed.
Re: Finding the download name of module.
by vladb (Vicar) on Jun 14, 2002 at 13:06 UTC
    Hmm, are you sure the module exists on CPAN? The only Win32 modules that are there now, are listed here. Win32::NetAdmin is nowhere in sight. However, there's one module that I guess is somewhat similar. Check out the Win32::Script module.

    UPDATE: thanks dda, I didn't notice the module ;/. Well, great that it actually exists! ;-)

    _____________________
    # Under Construction
      And what about this link? :)