I have reinstalled perl "v5.6.1 built for MSWin32-x86-multi-thread" successfully, I then began installing my modules.
I started with AdminMisc, I do not have unrestricted ftp access, therefore I downloaded the AdminMisc_5006.zip file first, then set the ppm repository to point at LOCAL c:/perlmodules/adminmisc/,and finally amended the win32-adminmisc.ppd file so that all <CODEBASEHREF> lines referring to http::/www.roth.net/…etc to:
<CODEBASE HREF="c:/perlmodules/adminmisc/AdminMisc_5005_AS.tar[1]" /> <CODEBASE HREF="c:/perlmodules/adminmisc/AdminMisc_5006.tar[1]" /> <CODEBASE HREF="c:/perlmodules/AdminMisc_5005.tar[1]" />
I tested the installation by “use Win32::AdminMisc;” only in a script containing only this line and received no errors. However when I added “use Win32;” on the next line and ran the script I received a full screen load of errors. And when I ran the script with only “use win32” I received no errors, so it seems that Win32 and AdminMisc modules are conflicting. Has anyone come across a similar problem? Or someone knows a fix?

Many Thanks

In reply to Local modules installation errors by blackadder

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.