Help for this page

Select Code to Download


  1. or download this
    $mech->follow_link( text_regex => /select\sall/i ) if $mech->success()
    +;
    $mech->find_link(text_regex=>/select/i);
    
  2. or download this
    $mech->tick( 'massall', /\s/ );
    $mech->tick( 'massall', / / );
    $mech->tick( 'massall', '' );
    $mech->tick( 'massall', 0 );
    $mech->tick( 'massall', ' ' );