PHP parsing

2007-10-23 Thread Siva Prasad
Hi Gurus, I have a PHP page I need to click on the links that are there on the php which will navigate me to another PHP page and I need to parse data on them Is there any Perl modules that will server my purpose. Thanks in Advance. PP <>

Re: PHP parsing

2007-10-23 Thread Jeff Pang
PHP finally generate a html page,is it? so you can take a look at HTML::Parser module: http://search.cpan.org/~gaas/HTML-Parser-3.56/Parser.pm On 10/23/07, Siva Prasad <[EMAIL PROTECTED]> wrote: > > > > > Hi Gurus, > > > > I have a PHP page I need to click on the links that are there on the php >

Re: PHP parsing

2007-10-23 Thread Jenda Krynicky
From: "Siva Prasad" <[EMAIL PROTECTED]> > I have a PHP page I need to click on the links that are there on the php > which will navigate me to another PHP page and I need to parse data on them > > Is there any Perl modules that will server my purpose. It's irrelevant that it's PHP on the server s