Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire post by Jitendra Narayan

By Jitendra Narayan 3185 days ago
Print all possible 2 combination of words ( ATGC): $letter = join',','A','T','G','C'; @abc=glob "{$letter}{$letter}"; foreach (@abc) { print "$_\n"; } #Perl #PerlTrick #TipsOftheDay