http://www.perlmonks.org?node_id=625780


in reply to Hacking Packages

Perl is not in charge of clicking

Replies are listed 'Best First'.
Re^2: Hacking Packages
by naikonta (Curate) on Jul 15, 2007 at 13:51 UTC
    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!