What incantation will you use to attract the package you wish?
What signing will you do to repel the maleficent procedure?

You have to do, to write, you can not yet code by the wish.

You can look at AUTOLOAD, but this is a greedy solution.

You can pollute UNIVERSAL with your foul needs.

You poor nameless soul, sad for you, the nature, the power,
the joy, of good naming is denied. The joy of many names
lies far from you.

*truename = \&Carp::truename;

May this lead you to find one of your own true names.
That is a tag, a signing, that refers to your true being.
If not that, may it let you name those small things which
are distant and in the naming bring them nigh.

Your lib problem is the same wretchedness in another guise.
You might try to

use lib "/whereever/MyLibs/ForSome/Particular"; use Thing; my $thing = Thing->new();

Or you might move your library. Or alias it by linking
it beside MyLibs. These are operating system actions.

Good luck. See you anon.


In reply to Re: seamlessly use an extended class's use'd libs by rir
in thread seamlessly use an extended class's use'd libs 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.