Usual perl error:
perl -MSuper::Duper -e 'print Super::Duper->new->thing'

Can't locate Super/Duper.pm in @INC (you may need to install the Super::Duper module) (@INC entries checked: /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/darwin-2level /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/5.42.0/darwin-2level /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/5.42.0).
BEGIN failed--compilation aborted.

Improved perl error:
perl -MIPC::Cmd=run -le '@_=run(command=>"perl -MSuper::Duper");$_=joi +n"",@{$_[2]};s/ ([\(])/\n/g;s/ ([\/])/\n $1/g;s/\)//g;chomp;print'

Can't locate Super/Duper.pm in @INC
you may need to install the Super::Duper module
@INC entries checked:
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/darwin-2level
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/5.42.0/darwin-2level
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/5.42.0.
BEGIN failed--compilation aborted.

Ideal perl error? (formatted nice like perl -v):
Can't locate Super/Duper.pm in @INC
See: perldoc -v @INC

You may need to install the Super::Duper module!
https://metacpan.org/search?q=Super::Duper

@INC entries checked:
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/darwin-2level
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/5.42.0/darwin-2level
 /Users/u/perl5/perlbrew/perls/perl-5.42.0/lib/5.42.0.

BEGIN failed--compilation aborted.

In reply to Re^4: diagnostics: warning, deprecation, error by Anonymous Monk
in thread diagnostics: warning, deprecation, error 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.