Gomez, Gonzalo <[EMAIL PROTECTED]> wrote:

: Hi, I want to filter text using regular expressions, but i
: don't know how to find in a file a string like this <NONE> ,
: or <NONE/> , or </bsvgId> , Etc. I try to use the little
: script bellow with a count for the word but this scrit
: doesn't work if i put symbols like / , \ , > , < (Reserved
: Symbols). 
: 
: Anyone can help me ?  Thanks.

    It looks like you're trying to parse XML. If you are,
I would suggest using an XML parser module, and not roll
your own routines.

HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to