Re: perl module for 'clicking' links??

2002-09-05 Thread Michael D. Smith
I'm not exactly sure what you want either, but no module is needed for: system ('start', 'C:\progra~1\intern~1\IEXPLORE.exe', 'http://yahoo.com'); opening the browser to a certain URL on your desktop. Bill's way will download the HTML into a file which is certainly useful many times. I just

perl module for 'clicking' links??

2002-09-04 Thread TC Winquist
I searched CPAN for a module that would emulate clicking a link on a web page. Let's say I know that I want to click the link a href=r/foPhotos/a on yahoo's index page. I would like a script that would emulate that click and load the resulting page into the web browser that calls the script.

Re: perl module for 'clicking' links??

2002-09-04 Thread $Bill Luebkert
TC Winquist wrote: I searched CPAN for a module that would emulate clicking a link on a web page. Let's say I know that I want to click the link a href=r/foPhotos/a on yahoo's index page. I would like a script that would emulate that click and load the resulting page into the web browser

Re: perl module for 'clicking' links??

2002-09-04 Thread Ron Grabowski
TC Winquist wrote: I searched CPAN for a module that would emulate clicking a link on a web page. Let's say I know that I want to click the link a href=r/foPhotos/a on yahoo's index page. I would like a script that would emulate that click and load the resulting page into the web browser