Let me first start by saying I don't know anything about the perl programming language. Really, my only experience is with ppm in windows and now that I'm using linux i have used cpan. So basically, downloading modules is the extent of my knowledge. I had to install a bunch of perl modules to get a certain program running. Now, the program runs but it doesn't work right... it always throws up an error,

"The DTB fails due to following error on standard error or unexpected +output on stdout: Can't locate auto/XML/DOM/BagOfTricks/autosplit.i +x in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 + /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/per +l5 /usr/share/perl5 .) at /usr/local/share/perl5/AutoLoader.pm line 1 +81. at /usr/local/lib/perl5/XML/DOM/BagOfTricks.pm line 66.Can't loca +te auto/XML/DOM/BagOfTricks/autosplit.ix in @INC (@INC contains: /usr +/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /u +sr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr +/local/share/perl5/AutoLoader.pm line 181. at /usr/local/lib/perl5/XM +L/DOM/BagOfTricks.pm line 66."
I've looked at that line of code to see if i can decipher some meaning but it's just too complex for a noob like me. I'm not even really sure what questions to ask. Can somebody please just point me in the right direction of how to solve this?

I'm running Fedora 21 and I have updated to perl 5.18.4

2019-10-21 Athanasius edited code tag placement to shorten long line.


In reply to can't locate auto/*/autosplit.ix in @INC by nac

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.