Help for this page

Select Code to Download


  1. or download this
    my %hash    = (
     'mus09r' => [ '0,-464,AAACCATCTTGAAAC',
    ...
          print ">instances\n";
          print join("\n",@{$val}),"\n";
    }
    
  2. or download this
    use Data::Dumper;
    
    ...
                   "\n";
    }
    print Dumper $string;