Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use XML::Simple;
    ...
    __DATA__
    <?xml version="1.0" ?>
    <gene id = "3" label = "gene_of_interest" />
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    __DATA__
    <?xml version="1.0"?>
    <gene id = "3" label = "gene_of_interest" />