Re: Facing problem with HTML::Parser

2016-08-18 Thread Shlomi Fish
Hi Shivani, On Wed, 17 Aug 2016 16:07:13 +0530 Shivani Palle wrote: > Hi All, > > > Thank you very much for the extra help you gave me. It's working fine. > I know how busy you are, so I really appreciated the time you spent for > helping me. > You're welcome! And thanks for replying to the

Re: Facing problem with HTML::Parser

2016-08-17 Thread Shivani Palle
Hi All, Thank you very much for the extra help you gave me. It's working fine. I know how busy you are, so I really appreciated the time you spent for helping me. Thanks, Shivani On Tue, Aug 16, 2016 at 10:33 PM, Paul Bijnens wrote: > See below: > > On 2016-08-11 07:44, Shivani Palle wrote:

Re: Facing problem with HTML::Parser

2016-08-16 Thread Paul Bijnens
See below: On 2016-08-11 07:44, Shivani Palle wrote: Hi, I am facing one issue while using HTML::Parser. Please help me. /*Issue:*/ I am using HTML::Parser to parse all the HTML files through out the directories to get hard coded strings from the html files(text between the tags). the c

Re: Facing problem with HTML::Parser

2016-08-13 Thread Shlomi Fish
Hi Shivani, please reply to all recipients. Some comments on your code: On Thu, 11 Aug 2016 11:14:44 +0530 Shivani Palle wrote: > Hi, > > > I am facing one issue while using HTML::Parser. Please help me. > first of all note that HTML::Parser should normally not be used directly and instead

Re: Facing problem with HTML::Parser

2016-08-12 Thread Olaf Alders
> On Aug 11, 2016, at 1:44 AM, Shivani Palle wrote: > > Hi, > > > I am facing one issue while using HTML::Parser. Please help me. > > Issue: > > I am using HTML::Parser to parse all the HTML files through out the > directories to get hard coded strings from the html files(text between the