<?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: Check if your coputer ready to use BioPerl]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/27269/check-if-your-coputer-ready-to-use-bioperl?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/27269/check-if-your-coputer-ready-to-use-bioperl?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/27269/check-if-your-coputer-ready-to-use-bioperl</guid>
	<pubDate>Tue, 10 May 2016 11:48:50 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/27269/check-if-your-coputer-ready-to-use-bioperl</link>
	<title><![CDATA[Check if your coputer ready to use BioPerl]]></title>
	<description><![CDATA[<code>#!/usr/bin/perl
use strict;
use warnings;

#bioperl example code
use strict;
use warnings;

#make the bioperl module (class) accessible to your program
use Bio::Seq;

print&quot;ok - ready to use Bio::Seq&quot;;</code>]]></description>
	<dc:creator>Nishi Singh</dc:creator>
</item>

</channel>
</rss>