hi, i have a script which extracts data from a flat file, formats it and populates that data into an Excel sheet. I noticed that if the flat file is small, the script runs and exits with code 0, but if there is a lot of data the same script populates some part of the data and exits with code 255. i m not a perl expert, but think that the perl.exe is losing the CPU time and hence exiting...not sure.. i m using windows XP professional. once i run the script there will be 2 processes running perl.exe EXCEL.exe as soon i run the script i set the priority of the perl.exe process to "real time", the script runs succesfully, but with the default priority it exits with code 255. how do i prevent the script from coming out...is there a way i can set the priority of the script from within the script..

In reply to EXIT CODE 255 by marlboroguy58

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.