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