Grepped from Google, enjoy:

I believe this message comes from an early beta version of PPM3. Before PPM3 was included in ActivePerl it got delivered as a beta. The beta was an executable, built with PerlApp.

It is most likely not compatible with Perl 5.8, but either way it will be a good idea to get rid of it.

Check your PATH to see if you have any directory in front of the Perl\bin directory that may contain a ppm.exe or ppm3.exe, and make sure you get rid of it. If this is installed into your Perl\bin directory itself, then I would assume that you also installed Perl 5.8 on top of Perl 5.6. This is a bad idea, as extension modules are not compatible between these version.

Unfortunately the ActivePerl 5.8 installer doesn't prevent this situation. I would recommend to completely uninstall ActivePerl in this case, manually remove the remaining directory tree and then reinstall. Otherwise you may run into weird problems later, when Perl 5.6 modules that didn't get reinstalled start failing.

Smitz


In reply to Re: Panic: Can't find bfs section by smitz
in thread Panic: Can't find bfs section by Anonymous Monk

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.