it reports that it is in use by another program

Process Explorer from Microsoft SysInternals is your friend. It allows for searching for what processes/DLLs have a file open (Ctrl+F, enter the search string), and for executables shows the hierarchy of comands. For example, when I run perl from Notepad++'s NppExec plugin, so it's in a little command shell, it shows the notepad++.exe > perl.exe call-chain: https://i.imgur.com/3CczLaH.png

how can I 'stop' usr/perl/bin so I can delete it?

you can kill any perl.exe using Task Manager or Process Explorer. If you're trying to stop the process that has a file or folder open, after searching in Process Explorer, it will tell you the PID of the process that has it open, so you can use Process Explorer or Task Manager to kill the process that's holding it open.

edit:

I never get any notifications to the email address

Notifications go to your PerlMonks Message Inbox, not to your email. Perlmonks was designed to not send any email (except maybe a welcome email -- I don't remember for sure -- and your plaintext password when you request a password reset).


In reply to Re^3: Cannot access CPAN Installs by pryrt
in thread Cannot access CPAN Installs by cristofayre

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.