Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by andreb7

  1. andreb7

    Subsitution in loop

    Miller Thanks for the advice. I was not familiar with the syntax. In fact I wasn't aware of the search and replace capabilities using evaluation. But I can't get it to work. Here is a simplified example of your suggestion : my $text = qq{<TAG val="XXX">100</TAG><TAG val="XXX">1000</TAG>}...
  2. andreb7

    Subsitution in loop

    Hey, thanks Franco! It was indeed a problem with greedy matching. I'll have to look out for that in the future. Now I get the desired output. Miller, I'm not familiar with your method...it might work, but Franco's tip requires the fewest modifications to my code, so I'll go with it...I will...
  3. andreb7

    Subsitution in loop

    Hi everyone I'm frsutrated by this problem and would really appreciate a hand. I may not be doing this the best way, so any suggestions are more than welcome...I want to replace certain sections of a string with other sections (substring replacements). For example, I would like to go from...

Part and Inventory Search

Back
Top