<?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: Wire posts tagged with 'Perl']]></title>
	<link>https://bioinformaticsonline.com/thewire/tag/Perl?offset=90</link>
	<atom:link href="https://bioinformaticsonline.com/thewire/tag/Perl?offset=90" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/4663</guid>
	<pubDate>Fri, 20 Sep 2013 16:41:36 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/4663</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>To count the number of matches in a string !!! $str = "one.two.three.four"; $n =()= $str =~ /\./gi; print $n; #Tipsoftheday #Perl</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/4586</guid>
	<pubDate>Tue, 17 Sep 2013 11:56:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/4586</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>Perl scripts for science and engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Scripts</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/4091</guid>
	<pubDate>Thu, 29 Aug 2013 08:36:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/4091</link>
	<title><![CDATA[Wire post by Poonam Mahapatra]]></title>
	<description><![CDATA[
<p>Number all lines in a file; perl -pe '$_ = "$. $_"': #Tipsoftheday #Perl</p>
]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/4070</guid>
	<pubDate>Wed, 28 Aug 2013 15:33:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/4070</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>Generate N base genome: perl -e '@b=qw/A T G C/;print "&gt;Genome\n";while($l&lt;N){print @b[int(rand(4))];$l++;}' #Tipsoftheday #Perl</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/2698</guid>
	<pubDate>Tue, 20 Aug 2013 16:40:28 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/2698</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>To round a floating-point value to a certain number of decimal places: $rounded = sprintf("%.2f", $unrounded); #Tipsoftheday #Perl</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/2491</guid>
	<pubDate>Fri, 16 Aug 2013 12:17:10 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/2491</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>To get all the module dependencies for yourScript.pl program. $ scandeps.pl yourScript.pl #Perl #Tipsoftheday</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/2421</guid>
	<pubDate>Thu, 15 Aug 2013 10:30:34 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/2421</link>
	<title><![CDATA[Wire post by Poonam Mahapatra]]></title>
	<description><![CDATA[
<p>A quick guide to Perl http://tinyurl.com/mkmjtpv #Perl #QuickGuide</p>
]]></description>
	<dc:creator>Poonam Mahapatra</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/2382</guid>
	<pubDate>Wed, 14 Aug 2013 19:16:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/2382</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>To check: Does an array has all equal values. if (keys %{{ map {$_, 1} @test }} == 1) { # all equal } #Tipsoftheday #Perl</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/2045</guid>
	<pubDate>Mon, 12 Aug 2013 12:59:27 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/2045</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>Perl for bioinformatics scripts ... useful scripts at http://tinyurl.com/n4z3egq  #Perl #PerlScripts</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/1523</guid>
	<pubDate>Fri, 09 Aug 2013 15:29:49 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/1523</link>
	<title><![CDATA[Wire post by Jitendra Narayan]]></title>
	<description><![CDATA[
<p>Do you want to compile your Perl program without running it, try $ perl -c &lt;program&gt; #Tipsoftheday #Perl</p>
]]></description>
	<dc:creator>Jitendra Narayan</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/thewire/view/780</guid>
	<pubDate>Fri, 12 Jul 2013 11:06:54 -0500</pubDate>
	<link>https://bioinformaticsonline.com/thewire/view/780</link>
	<title><![CDATA[Wire post by Archana Malhotra]]></title>
	<description><![CDATA[
<p>print "$^O\n"; To print the OS name in perl  #Tipsoftheday #Perl #RegularExpression</p>
]]></description>
	<dc:creator>Archana Malhotra</dc:creator>
</item>

</channel>
</rss>