I tried ppm upgrade LWP But that returns "no upgrades available for LWP"

Having the upgrade through this utility qwould eb the best option

perl -V:make returns "nmake"

nmake gave errors where it said it couldn't find Program Files - I replaced all "Program Files" mention in the makefile with Progra~1

Next step nmake failed as follows

E:\ovXtras\libwww-perl-5.831\libwww-perl-5.831>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. 'E:\ovXtras\libwww-perl-5.831\libwww-perl-5.831\0' is not recognized a +s an inter nal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code + '0x1' Stop.

This path occurs in the makefile only once, as follows:

FULLPERL = 0 ABSPERL = E:\ovXtras\libwww-perl-5.831\libwww-perl-5.831\0

And this "0" file doesn't even exist.

Now I don't know how to troubleshoot this.


In reply to Re^12: LWP - 500 Internal Error by Anonymous Monk
in thread LWP - 500 Internal Error by oalvi

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.