in reply to Insert into string
Hi, change your if statement as follows:
if($src =~ /<record[^>]*>/igm){ $src =~ s/$&/$&$new_tag/i; }
Regards,
Velusamy R.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Insert into string
by Anonymous Monk on Jul 22, 2005 at 07:23 UTC |