Help for this page

Select Code to Download


  1. or download this
    /molecule_idref="([^"]+)/
    
  2. or download this
    use strict;
    use warnings;
    use XML::Simple;
    ...
    molecule_idref="4"/><ComplexComponent5
    molecule_idref="5"/>
    </xml>
    
  3. or download this
    $VAR1 = {
              'ComplexComponent3' => {'molecule_idref' => '3'},
              'ComplexComponent5' => {'molecule_idref' => '5'},
    ...
              'ComplexComponent4' => {'molecule_idref' => '4'},
              'ComplexComponent2' => {'molecule_idref' => '2'}
            };