I already have the fatalsToBrowser in. Still no error coming back. The browser stops loading the page after about 2 seconds. That section of code normally takes longer. I had this sub where this large loop takes place. I commented out almost everything in the loop except about 20 lines of code and it did run. What I've tried since was wrapping the call to that sub in a loop itself (1 to 100) to see if calling the sub (with just a few lines) would kill the script as before. It did. I put in the outer loop a check to exit if the outer loop hit a certain iteration. Looks like it dies each time on the 5th iteration. There's hardly anything in the sub now so why it fails has me puzzled. Any ideas? Thanks by the way for the response.

In reply to Re: Application just dies by rpike
in thread Application just dies by rpike

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.