how to simulate click a link on a website ?

2008-04-07 Thread cat guo
hi.list! Everyday , i must click a link on a website many times, So i want to use perl to do it automatic. Is there someway to do this ?

Re: how to simulate click a link on a website ?

2008-04-07 Thread Gunnar Hjalmarsson
cat guo wrote: Everyday , i must click a link on a website many times, So i want to use perl to do it automatic. See the FAQ entry perldoc -q redirect -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: how to simulate click a link on a website ?

2008-04-07 Thread Peter Scott
On Mon, 07 Apr 2008 17:11:30 +0800, cat guo wrote: Everyday , i must click a link on a website many times, So i want to use perl to do it automatic. Is there someway to do this ? See WWW::Mechanize on CPAN. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To