Help for this page

Select Code to Download


  1. or download this
    $agent->get('http://rna.tbi.univie.ac.at/cgi-bin/RNAfold.cgi');
    $agent->form_number(1);
    ...
    $agent->field('Sequence', 'GATTACAGATTACAGATTACA');
    $agent->field('pffold', 'pf');
    $agent->click('Action');
    
  2. or download this
    <input type="hidden" name="rec-form1-submit-Action" value=1>
    <input type="submit" name="Action" value="Fold it">
                               ^^^^^^