The first 14 lines are from the same source file as the rest of the script. To clarify, for the source/input file I need the first 14 lines, then anything that stars with LX* and ends with CAS* only if 00003 is in between those values, then I need the last three lines of the file.

Good point on the "$lines" variable. I'll have to re-write that portion. I'll you all know once I've done more testing. EDIT: I think that the script can't find the file, or can't open it, but is not throwing an error.

I apologize for the haphazard order of replies. I am getting used to this forum's format.


In reply to Re^5: Matching range of text with another string in between by periodicalcoder
in thread Matching range of text with another string in between by periodicalcoder

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.