/[webpac2]/trunk/bin/ovid-download-results.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/ovid-download-results.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1296 by dpavlin, Sat Sep 19 22:24:13 2009 UTC revision 1297 by dpavlin, Sat Sep 19 23:29:34 2009 UTC
# Line 52  $mech->submit_form( Line 52  $mech->submit_form(
52          },          },
53  );  );
54  save_mech;  save_mech;
55            
56    # $mech->form_id( 'nav-results' ); # XXX not supported by older WWW::Mechanize
57    $mech->form_number(3);
58    
59  while (1) {  while (1) {
60    
         # $mech->form_id( 'nav-results' ); # XXX not supported by older WWW::Mechanize  
         $mech->form_number(3);  
   
61          my @records = $mech->find_all_inputs(          my @records = $mech->find_all_inputs(
62                  type => 'radio',                  type => 'radio',
63                  name => 'cmRecordSelect',                  name => 'cmRecordSelect',

Legend:
Removed from v.1296  
changed lines
  Added in v.1297

  ViewVC Help
Powered by ViewVC 1.1.26