Help for this page

Select Code to Download


  1. or download this
     use strict;
    use WWW::Mechanize::Firefox;   
    my url= "**************************************";   
    ...
    sleep(3);
    $mech->click({ xpath => '//span[@class="paginate_button"]' }, { xpath 
    +=>  '//*[contains(text(),"3")]' });
    sleep(3);