[Disclaimer: I have the same Mac system as you (running Perlbrew) but it's ~300 miles away from where I'm currently sitting. What follows is entirely from memory: I encourage you to check the information first rather than following blindly.]

Check $PATH. If Perlbrew has been set up correctly, you should have this order:

...:/Users/rl/perl5/perlbrew/perls/perl-5.16.3/bin/:...:/usr/bin/:...

If not, you may need to do something with ${PERLBREW_ROOT}/etc/bashrc, such as sourcing from .bashrc, see perlbrew (and in particular, its CONFIGURATION section) for details.

You should also check that perlbrew is switched to the correct Perl version. I'd typically use list for that:

$ perlbrew list ... * perl-5.16.3 ...

Assuming you're all set up correctly, then what you're describing suggests that you haven't installed PAR::Packer under your 5.16.3 version of Perl. See if pp exists in /Users/rl/perl5/perlbrew/perls/perl-5.16.3/bin/.

In case you weren't aware, pp used to be part of PAR, but is no longer. From the start of its documentation:

"pp used to be part of the PAR distribution but is now shipped as part of the PAR::Packer distribution instead."

You may simply have installed PAR thinking that gave you pp, as it used to.

If that doesn't help, please post the output from the suggested checks and show us the installation steps you took. With that information, we can probably aid you further (if required).

— Ken


In reply to Re: Perlbrew PAR by kcott
in thread Perlbrew PAR 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.