<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Perl6 script to count ATGC !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/40726/perl6-script-to-count-atgc?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/40726/perl6-script-to-count-atgc?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/40726/perl6-script-to-count-atgc</guid>
	<pubDate>Tue, 28 Jan 2020 05:45:48 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/40726/perl6-script-to-count-atgc</link>
	<title><![CDATA[Perl6 script to count ATGC !]]></title>
	<description><![CDATA[<code>use v6;

my $default-input = &quot;AGCTTTTCATTCTGACTGCAACGGGCAATATGTCTCTGTGTGGATTAAAAAAAGAGTGTCTGATAGCAGC&quot;;

sub MAIN($input = $default-input) {
    &quot;{&lt;A C G T&gt;.map({ +$input.comb(/$_/) })}&quot;.say;
}

#I love perl v6</code>]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/snippets/view/40726/perl6-script-to-count-atgc#item-annotation-3722</guid>
	<pubDate>Tue, 28 Jan 2020 05:47:41 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/40726/perl6-script-to-count-atgc#item-annotation-3722</link>
	<title><![CDATA[Comment by Jit]]></title>
	<description><![CDATA[<p>Yes, indeed intersting but complex script script in Perl v6</p>
<p>More at&nbsp;<a href="https://examples.p6c.dev/categories/rosalind.html">https://examples.p6c.dev/categories/rosalind.html</a>&nbsp;</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>