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 !
...
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
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 /
---
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
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
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