<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Rohan&#039;s Blog</title>
	<link>http://rohan.almeida.in</link>
	<description>Web Developer. Linux Geek. Practicing Guitarist.</description>
	<lastBuildDate>Thu, 13 Oct 2011 07:54:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Cemetery Gates solo cover</title>
		<description><![CDATA[This is a great song by Pantera. I decided to learn the solo played by Dimebag Darell around 2 months back. Its not that difficult to play but the stretching lick and the legato run near the end required some &#8230; <a href="http://rohan.almeida.in/2011/10/12/cemetery-gates-solo-cover/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://rohan.almeida.in/2011/10/12/cemetery-gates-solo-cover/</link>
			</item>
	<item>
		<title>Perl one liner to display module version info</title>
		<description><![CDATA[I use this Perl one-liner to display the version number of a module. This module should be available in your @INC paths. If I need to know the version of CGI.pm $ perl -MCGI -e &#8216;print &#8220;$CGI::VERSION\n&#8221;&#8216; 3.29 I created &#8230; <a href="http://rohan.almeida.in/2011/10/09/perl-one-liner-to-display-module-version-info/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://rohan.almeida.in/2011/10/09/perl-one-liner-to-display-module-version-info/</link>
			</item>
	<item>
		<title>Using Test::Deep to test list of objects</title>
		<description><![CDATA[What would you do if you wanted to test (using Test::More) whether a certain method call returns a list of objects? Maybe use a while loop and test each element with an isa_ok($_ , &#8216;Object&#8217;) But that would just increase &#8230; <a href="http://rohan.almeida.in/2011/05/10/using-testdeep-to-test-list-of-objects/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://rohan.almeida.in/2011/05/10/using-testdeep-to-test-list-of-objects/</link>
			</item>
	<item>
		<title>SOAP WSDL binding type</title>
		<description><![CDATA[I recently came across a stumbling block while writing a WSDL for a Web Service. Many of the WSDL validators I tried were raising a validation error while parsing the WSDL. Well, I learnt something new. The issue was that &#8230; <a href="http://rohan.almeida.in/2011/03/11/soap-wsdl-binding-type/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://rohan.almeida.in/2011/03/11/soap-wsdl-binding-type/</link>
			</item>
	<item>
		<title>Finance::Bank::HDFC and Template::Extract</title>
		<description><![CDATA[I released Finance::Bank::HDFC version 0.14 recently. The latest release has the all important get_mini_statement() method implemented. Yes! Check your mini account statement (last 20 transactions) from the command line! The Template::Extract module from CPAN was extremely helpful here. The account &#8230; <a href="http://rohan.almeida.in/2011/01/13/financebankhdfc-and-templateextract/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://rohan.almeida.in/2011/01/13/financebankhdfc-and-templateextract/</link>
			</item>
</channel>
</rss>

