Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Having a very similar problem with dmake I discovered that for me it was caused by an autorun command I configured a long time ago to default my working directory when I open a new cmd prompt. http://windowsxp.mvps.org/autoruncmd.htm Stupid me, the article above even indicates to use the feature at my own risk, and the result was two days of pulling my hair out thinking dmake didn't have permissions to create directories in my strawberry perl lib path. Turns out it forks to new shells, and with my autorun key set it was navigating away from the implied lib path to an unrelated directory (my development root) and creating the files there. Then the parent process attempts to access those files in the lib path and they're not there. Just in case someone else is pulling out their hair and ends up here, you may want to check the registry key HKCU\Software\Microsoft\Command Processor\autorun

In reply to Re: Strawberry CPAN: error code 130, while making 'pm_to_blib' by Anonymous Monk
in thread Strawberry CPAN: error code 130, while making 'pm_to_blib' by Cody Pendant

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-28 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found