Re: Re: Re: RE: capture a website and process its data

2004-02-19 Thread K Gupta A
ow! So, no questions as of now. cheers. K(ay). On Thu, 19 Feb 2004 Rob Dixon wrote : >Scott E Robinson wrote: > > > > Great job, Rob! Thanks for the good code! Quite a timesaver. > >K Gupta A wrote: > > > > wow Rob, thaz a masterpiece code!! > > 3 chee

Re: Re: RE: capture a website and process its data

2004-02-18 Thread K Gupta A
wow Rob, thaz a masterpiece code!! 3 cheers for you!! K. >Hi. > >I am posting this code without comment, as explaining it all would take a >very long time and all of the documentation is available via perldoc. > >HTH, > >Rob > > >use strict; >use warnings; > >use LWP::Simple; >use HTML::TokeParser

Re: RE: capture a website and process its data

2004-02-18 Thread K Gupta A
Hi thanks a lot for your inputs. I used Win32::OLE module as it opens up a new instance of internet explorer with my preferred webpage. now, i dont need to store all the html. i just need to store the html from $guts =~ /startpathwayimage(.*)endpathwayimage/; and then further process this int

capture a website and process its data

2004-02-18 Thread K Gupta A
Hi All, I am a beginner at perl and would need some valued advice in the following task. 1. I need to access a website like say, a pathway called http://www.biocarta.com/pathfiles/h_il10Pathway.asp 2. Store the navigable components found in the imagemap component. There are some links here, whi