Thanks Flip,

Actually I got the thing write by putting "?" operator. The pattern I am
looking for now is

  $title = (   $lines =~s/<product>(.{0,}?)<\/product>/ ) ? $1 : 'No Title';


I will look into the package you have mentioned.  I am sure every one on the
list will be benifited by the info.

regards

Rajeev Rumale

----------------------------------------------------------------------------
-
Before you spend, earn: Before you speak, listen, before you write, think
before you criticize, wait, before you pray, Forgive, before you die, Give.
----------------------------------------------------------------------------
-

----- Original Message -----
From: "fliptop" <[EMAIL PROTECTED]>
To: "Rajeev Rumale" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 6:38 PM
Subject: Re: Sub String extraction


> Rajeev Rumale wrote:
> >
> > Hello everybody,
> >
> > I need some help I am working on a searching and extarction secipt,
where i
> > need to extract information from HTML and XML files.
>
> look at html::parser:
>
> http://search.cpan.org/search?dist=HTML-Parser
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to