Help for this page

Select Code to Download


  1. or download this
     <div id="loadProject" class="header" style="margin-bottom:0px;">
    <div class="row">
    <div class="col-md-9" style="margin-bottom: 10px;padding-left: 50px;">
    ...
    </div>
    </div>
    
  2. or download this
     use WWW::Mechanize;
    
    my $mech = 'WWW::Mechanize'->new;
    ...
    
    $mech->click('loadProject()');
    #$mech->click_button(id => 'loadProject');