Tye,

Yes I did try printing out $INC{"XSLoader.pm"} but got an undefined value or something.

But anyway, I removed the Apache2 line that looked suspicious to you, and that resolved that issue. That was great! Thanks so much for the help!

So, now I can get Apache (and startup.pl) to start just fine. But when I try to execute my index.asp page, it can't find a pm file it depends on. And it prints out a new value of the @INC array.

If you look back at my previous post, you see that the @INC printed out when there is an error in startup.pl clearly has this right at the top:

/usr/local/webtools

which is where this pm file is located.

But the @inc array printing out with this asp compile error is different, and doesn't have the webtools value in it?

Why is it now different? What is the deal? And how do I get a value into this different @inc array that is evidently used when compiling asp pages?

Thanks!

Brent Allsop


In reply to Re^5: XSLoad::load calls itself? (%INC) by brent.allsop
in thread XSLoad::load calls itself? by brent.allsop

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.