Perl is not in charge of clicking
However, one can use the click() method provided by WWW::Mechanize.
my $perl = WWW::Mechanize->new;
$perl->get($something_interesting_from_the_net);
$perl->click;
Now, whether the clicking works or not, is another matter ;-)
Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!
| [reply] [d/l] [select] |