Craig Cardimon <> wrote: > Hello Fellow Perlers, > > I'm searching for text that may occur within sets of HTML tags. > > For example: > > <P style="margin-top:13.35pt; margin-bottom:0pt" > align=center><B>PATENT LICENSE AGREEMENT</B></P> > > Imagine the above line of text all on one line. I would be looking > for "PATENT LICENSE AGREEMENT" > > I have been using HTML::Parser to strip out the tags from each line > before searching it, but I now realize I need those tags to remain > intact for posting on the Web. > > For some reason, the tags are disappearing. The Parser module seems > to be stripping out the HTML tags permanently. > > I realize this is a bare-bones question. This module has been around > so long, I figure someone may know enough about the module to point > me in the right direction.
The problem is more likely to be with how you are using the module than the module itself, but you give no information about that. Please provide a small self contained example script, including DATA, that demonstrates your problem, particularly the disappearing tags. HTH -- Brian Raven ================================= Atos Euronext Market Solutions Disclaimer ================================= The information contained in this e-mail is confidential and solely for the intended addressee(s). Unauthorised reproduction, disclosure, modification, and/or distribution of this email may be unlawful. If you have received this email in error, please notify the sender immediately and delete it from your system. The views expressed in this message do not necessarily reflect those of Atos Euronext Market Solutions. L'information contenue dans cet e-mail est confidentielle et uniquement destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail vous parvient par erreur, nous vous prions de bien vouloir prevenir l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre systeme. Le contenu de ce message electronique ne represente pas necessairement la position ou le point de vue d'Atos Euronext Market Solutions. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
