Thanks for your input rminner. Adding the \Q and \E as you stated worked. I will try with quotemeta as well. I admit I could have done a better job in explaining the objective, I need to count the number of lines where the $constant variable appears in the file. For the points you mentioned under 'Other thoughts':
- I do use something like $FILE in the code but to make the code more easy on the eyes I simply inserted the code where the problem was occurring.
- Its a line counter script that I am converting from batch, and to keep things consistent for the users, I kept the same terminology. I do agree term could use a change.
- I am doing something else if $constant is empty/undef, that part is working properly so thought there is no sense in copying all of that.
Thanks Again!

In reply to Re^2: Issue with regex matching by sowais
in thread Issue with regex matching by sowais

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.