in reply to Re: How to use REGEX Match Variable from one 'While' String in Another 'While' String
in thread How to use REGEX Match Variable from one 'While' String in Another 'While' String
Ah! Much easier than I was expecting. Thank you very much for the help! Seems like removing the $line_in did the trick. The regex match only had alphanumeric characters and underscores, so special characters wasn't an issue.
I also removed the extra open and close of the file. Thank you for the suggestion! I really appreciate you taking the time to respond.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to use REGEX Match Variable from one 'While' String in Another 'While' String
by Anonymous Monk on May 07, 2014 at 22:39 UTC |