
February 14th, 2013, 09:23 AM
|
 |
!~ /m$/
|
|
Join Date: May 2004
Location: Reno, NV
|
|
Looks like an XML file. If it is, the best way is to use an XML parsing module like XML::Simple.
If you want more help than that, please provide a sample file.
You should not use a regular expression for a job like this.
|