RE: Filter Regular Expressions

2005-02-07 Thread Charles K. Clarkson
Gomez, Gonzalo <[EMAIL PROTECTED]> wrote: : How could i get or use this XML parser module ? There are many XML parser modules. They are kept on a network named CPAN. Follow this link to the CPAN FAQ. http://www.cpan.org/misc/cpan-faq.html#Where_find_Perl_modules : Thanks for your answer !

RE: Filter Regular Expressions

2005-02-07 Thread Gomez, Gonzalo
... Gonzalo Gómez -Mensaje original- De: Charles K. Clarkson [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 07 de Febrero de 2005 11:52 a.m. Para: beginners@perl.org Asunto: RE: Filter Regular Expressions Gomez, Gonzalo <[EMAIL PROTECTED]> wrote: : Hi, I want to filter text using r

RE: Filter Regular Expressions

2005-02-07 Thread Charles K. Clarkson
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 , : or , or , 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 /

RE: Filter Regular Expressions

2005-02-07 Thread Gomez, Gonzalo
--- De: Ezra Taylor [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 07 de Febrero de 2005 11:19 a.m. Para: Gomez, Gonzalo CC: beginners@perl.org Asunto: Re: Filter Regular Expressions Gomez, Gonzalo wrote: >Hi, I want to filter text using regular expressions, but i don't know how to >find

Re: Filter Regular Expressions

2005-02-07 Thread Ezra Taylor
Gomez, Gonzalo 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 , or , or , 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 Symbo

Filter Regular Expressions

2005-02-07 Thread Gomez, Gonzalo
Hi, I want to filter text using regular expressions, but i don't know how to find in a file a string like this , or , or , 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