<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pradeep Pant Tech Blog</title>
	<atom:link href="http://pradeeppant.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pradeeppant.com</link>
	<description>ANALYSE, CODE, DEBUG, SOLVE .........REPEAT</description>
	<lastBuildDate>Thu, 07 Mar 2013 14:53:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>WEBDAV authentication for Office docunments on SSL enabled sites</title>
		<link>http://pradeeppant.com/2013/03/webdav-authentication-for-office-docunments-on-ssl-enabled-sites/</link>
		<comments>http://pradeeppant.com/2013/03/webdav-authentication-for-office-docunments-on-ssl-enabled-sites/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 01:35:31 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[msoffice]]></category>
		<category><![CDATA[Perl Backtracking regx]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=1031</guid>
		<description><![CDATA[As explained in my post related to the Webdav authentication issue using IE for Office documents on Windows 7, I found that the fix will not work for SSL enabled sites. To support HTTPS you will have to add the following lines in /etc/httpd/conf.d/ssl.conf file. &#60;VirtualHost&#62; RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(OPTIONS&#124;PROPFIND)$ [NC] RewriteRule ^.*$ – [F,L] &#60;/VirtualHost&#62; Restart httpd [...]]]></description>
				<content:encoded><![CDATA[<p>As explained in my<a title="Solving authentication problem while opening Office documents hosted on Apache in IE8/IE9 on Windows 7" href="http://pradeeppant.com/2012/05/solving-authentication-problem-while-opening-office-documents-hosted-on-apache-in-ie8ie9-on-windows-7/"> post related to the Webdav authentication issue using IE for Office documents on Windows 7</a>, I found that the fix will not work for SSL enabled sites. To support HTTPS you will have to add the following lines in <strong>/etc/httpd/conf.d/ssl.conf</strong> file.</p>
<p><span style="color: #993300;"><strong>&lt;VirtualHost&gt;</strong></span></p>
<p><span style="color: #993300;">RewriteEngine On</span></p>
<p><span style="color: #993300;">RewriteCond %{REQUEST_METHOD} ^(OPTIONS|PROPFIND)$ [NC]</span></p>
<p><span style="color: #993300;">RewriteRule ^.*$ – [F,L]</span></p>
<p><span style="color: #993300;"><em><b>&lt;/VirtualHost&gt;</b></em></span></p>
<p><span style="color: #993300;">Restart httpd</span></p>
<p>To generate an SSL certificate you can use <a href="http://www.openssl.org/">OpenSSL library</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2013/03/webdav-authentication-for-office-docunments-on-ssl-enabled-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Head First book Perl</title>
		<link>http://pradeeppant.com/2012/10/head-first-book-perl/</link>
		<comments>http://pradeeppant.com/2012/10/head-first-book-perl/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 14:23:43 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server side (Perl 5, Perl 6)]]></category>
		<category><![CDATA[HeadFirstBook]]></category>
		<category><![CDATA[Perl book]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=909</guid>
		<description><![CDATA[Some months back I have purchased 4th edition of Camel book, Programming Perl. I am liking the book and at present focusing on Chapter 6 on Unicode. Well, I was just wondering if the experts in the Perl community have plans to write a Perl book in the Head First series. Well, the obvious answer could be that we already [...]]]></description>
				<content:encoded><![CDATA[<p>Some months back I have purchased <a href="http://shop.oreilly.com/product/9780596004927.do">4th edition of Camel book, Programming Perl</a>. I am liking the book and at present focusing on Chapter 6 on Unicode. Well, I was just wondering if the experts in the Perl community have plans to write a Perl book in <a href="http://headfirstlabs.com/">the Head First series</a>. Well, the obvious answer could be that we already have excellent books then why we need this? But I personally feel that Head First books have quite delightful way of teaching which can shorten learning time. May be this can help in attracting more guys to take a dip in the Perl world in a short time and later one can pick the Camel book and others.</p>
<p>I don&#8217;t know if someone had already started writing? But just a thought.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/10/head-first-book-perl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PostgreSQL useful tips</title>
		<link>http://pradeeppant.com/2012/10/postgresql-useful-tips/</link>
		<comments>http://pradeeppant.com/2012/10/postgresql-useful-tips/#comments</comments>
		<pubDate>Sat, 20 Oct 2012 17:16:57 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[DB-Class]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[postgreSQL]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=965</guid>
		<description><![CDATA[I am posting some of the PostgreSQL commands which I use frequently. Create a new database name testdb # createdb &#60;dbname&#62; e.g: # createdb testdb Remove a PostgreSQL database # dropdb &#60;dbname&#62; e.g: # dropdb testdb Backing up a PostgreSQL database # su - postgres # pg_dump --blob -Fc testdb -f /var/lib/pgsql/backups/testdb_backup Restoring PostgreSQL database from back [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-family: Verdana;">I am posting some of the PostgreSQL commands which I use frequently.</span></p>
<p><strong><span style="font-family: Verdana;">Create</span><span style="font-family: Verdana;"> a new database name testdb</span></strong></p>
<div>
<pre xml:space="preserve"><span style="font-family: Verdana;"># createdb &lt;dbname&gt;</span></pre>
<pre xml:space="preserve"><span style="font-family: Verdana;">e.g: </span><span style="font-family: Verdana;"># createdb testdb</span></pre>
<pre xml:space="preserve"><strong><span style="font-family: Verdana;">Remove a PostgreSQL database</span></strong></pre>
<pre xml:space="preserve"><span style="font-family: Verdana;"># dropdb &lt;dbname&gt;</span></pre>
<pre xml:space="preserve"><span style="font-family: Verdana;">e.g: </span><span style="font-family: Verdana;"># dropdb testdb</span></pre>
<pre xml:space="preserve"><strong><span style="font-family: Verdana;">Backing up a PostgreSQL database</span></strong></pre>
<pre><span style="font-family: Verdana;"># su - postgres</span></pre>
<pre><span style="font-family: Verdana;"># pg_dump --blob -Fc testdb -f /var/lib/pgsql/backups/testdb_backup</span></pre>
<pre xml:space="preserve"><strong><span style="font-family: Verdana;">Restoring PostgreSQL database from back up dump</span></strong></pre>
<pre xml:space="preserve"># <span style="font-family: Verdana;">pg_restore --dbname=testdb /var/lib/pgsql/backups/testdb_backup</span></pre>
<pre xml:space="preserve"><strong><span style="font-family: Verdana;">Writing query output to a CSV file:</span></strong></pre>
<pre xml:space="preserve"><span style="font-family: Verdana;"># \o 'tmp/logs/query_out_dump.csv'</span></pre>
<div>
<pre xml:space="preserve"><span style="font-family: Verdana;">After this operation all the query results will be stored in a CSV file.</span></pre>
<pre xml:space="preserve"><strong style="font-family: Verdana;">Using console again for query output:</strong></pre>
<pre xml:space="preserve"><span style="font-family: Verdana;"># \o</span></pre>
<pre xml:space="preserve"></pre>
<pre xml:space="preserve">For more on <a href="http://www.postgresql.org/docs/8.4/static/app-pgdump.html">pg_dump</a> and<a href="http://www.postgresql.org/docs/8.4/static/app-pgrestore.html"> pg_restore</a> pl. check the documentation</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/10/postgresql-useful-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving the authentication problem while opening Office documents hosted on Apache in IE8/IE9 on Windows 7</title>
		<link>http://pradeeppant.com/2012/05/solving-authentication-problem-while-opening-office-documents-hosted-on-apache-in-ie8ie9-on-windows-7/</link>
		<comments>http://pradeeppant.com/2012/05/solving-authentication-problem-while-opening-office-documents-hosted-on-apache-in-ie8ie9-on-windows-7/#comments</comments>
		<pubDate>Fri, 18 May 2012 18:17:58 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Client Side (HTML/XHTML, Javascript, XML, Jquery, Ajax, JSON)]]></category>
		<category><![CDATA[Linux Based Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[authentication screen]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[msoffice]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=903</guid>
		<description><![CDATA[We were facing a problem in IE 8/9 on Windows 7 while accessing  Office 2007/ Office 2010 documents hosted on apache/Cent OS 4.6. After some analysis I found the reason and finally ended in a fix. See below my findings and solution. Hope this helps: The main issue is with the Microsoft&#8217;s way of implementing [...]]]></description>
				<content:encoded><![CDATA[<p>We were facing a problem in IE 8/9 on Windows 7 while accessing  Office 2007/ Office 2010 documents hosted on apache/Cent OS 4.6. After some analysis I found the reason and finally ended in a fix. See below my findings and solution. Hope this helps:</p>
<p>The main issue is with the Microsoft&#8217;s way of implementing Webdav protocol for accessing web content through Microsoft Web Client. When we click on a Office document then web client  sends HTTP /1.1 OPTIONS Request header to server to check the WebDav communication (My server doesn&#8217;t have WebDav). In response Apache return 200 OK Response header to Web Client which results in prompting the authentication screen by Windows 7.  Well you have option in IE to pass the authentication login automatically but that would be security breach as you will be exposing your machine authentication to internet so I would not prefer that. Best way is to configure Apache to reject these request. This is how i have solved. These changes needs to be done in <span style="color: #993300;">httpd.conf</span> file in <span style="color: #993300;">/etc/httpd/conf</span> folder (Cent OS 4.6)</p>
<p><span style="color: #0000ff;"># One way to doing it &#8211; Deny access based on request method</span></p>
<p><span style="color: #993300;">RewriteEngine On</span></p>
<p><span style="color: #993300;">RewriteCond %{REQUEST_METHOD} ^(OPTIONS|PROPFIND)$ [NC]</span></p>
<p><span style="color: #993300;">RewriteRule ^.*$ &#8211; [F,L]</span></p>
<p><span style="color: #0000ff;"># Another way to implementing &#8211; Deny acess based on user agent (Vista and Windows 7 used same user agent with different version so this Regx shall work for both</span></p>
<p><span style="color: #993300;">RewriteEngine On</span></p>
<p><span style="color: #993300;">RewriteCond %{HTTP_USER_AGENT} ^Microsoft-WebDAV-MiniRedir</span></p>
<p><span style="color: #993300;">RewriteRule ^.*$ &#8211; [F,L]</span></p>
<p><span style="color: #0000ff;">Explanation on Flags:</span></p>
<p>1. [F] flag causes the server to return a 403 Forbidden status code to the client.</p>
<p>2. Use of the [NC] flag causes the RewriteRule to be matched in a case-insensitive manner. That is, it doesn&#8217;t care whether letters appear as upper-case or lower-case in the matched URI.</p>
<p>3. The [L] flag causes mod_rewrite to stop processing the rule set. In most contexts, this means that if the rule matches, no further rules will be processed. This corresponds to the last command in Perl.</p>
<p><span style="color: #0000ff;"> Some References:</span></p>
<p><a href="http://support.microsoft.com/kb/2019105">Microsoft knowledge article on authentication requests from office documents </a></p>
<p><a href="http://httpd.apache.org/docs/current/mod/mod_rewrite.html">Apache mod_rewrite rule documentaion</a></p>
<p><a href="http://www.fiddler2.com/fiddler2/">fiddler tool for debugging HTTP requests</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/05/solving-authentication-problem-while-opening-office-documents-hosted-on-apache-in-ie8ie9-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Switching from Perl to Python: Speed</title>
		<link>http://pradeeppant.com/2012/03/899/</link>
		<comments>http://pradeeppant.com/2012/03/899/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 16:45:59 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[linked]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scientific_computing]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/2012/03/29/899/</guid>
		<description><![CDATA[A real time comparison. Long live Perl. &#160; http://silicainsilico.wordpress.com/2012/03/26/switching-from-perl-to-python-speed/ &#160; Update: Adding another comparison between various programming languages including Perl. This is bit old post but still relevant. http://tenser.typepad.com/tenser_said_the_tensor/2006/08/python_vs_perl_.html &#160; Don&#8217;t forget to read comments. &#160; &#160; &#160; &#160; &#160;]]></description>
				<content:encoded><![CDATA[<p>A real time comparison. Long live Perl.</p>
<p>&nbsp;</p>
<p><a href="http://silicainsilico.wordpress.com/2012/03/26/switching-from-perl-to-python-speed/">http://silicainsilico.wordpress.com/2012/03/26/switching-from-perl-to-python-speed/</a></p>
<p>&nbsp;</p>
<p><strong>Update:</strong></p>
<p>Adding another comparison between various programming languages including Perl. This is bit old post but still relevant.</p>
<p><a href="http://tenser.typepad.com/tenser_said_the_tensor/2006/08/python_vs_perl_.html">http://tenser.typepad.com/tenser_said_the_tensor/2006/08/python_vs_perl_.html</a></p>
<p>&nbsp;</p>
<p><strong>Don&#8217;t forget to read comments.</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/03/899/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web platform video for developers</title>
		<link>http://pradeeppant.com/2012/03/web-platform-video-for-developers/</link>
		<comments>http://pradeeppant.com/2012/03/web-platform-video-for-developers/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 03:32:33 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Client Side (HTML/XHTML, Javascript, XML, Jquery, Ajax, JSON)]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[web platform]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=890</guid>
		<description><![CDATA[http://www.youtube.com/watch?v=3i4dtgh3ym0
<p>I liked the video.. for more visit you can visit https://sites.google.com/a/chromium.org/dev/developers/meet-the-web-platform-companion</p>]]></description>
				<content:encoded><![CDATA[<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='625' height='382' src='http://www.youtube.com/embed/3i4dtgh3ym0?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><span style="color:#000000;">I liked the video.. guy is showing some of the cutting edge capabilities of the web platform for developers. For more visit you can visit <a href="https://sites.google.com/a/chromium.org/dev/developers/meet-the-web-platform-companion"><span style="color:#000000;">this link</span></a></span></p>
<p><span style="color:#000000;">Enjoy!</span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/03/web-platform-video-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rakudo Star 2012.02 out &#8211; and the focus for 2012.03</title>
		<link>http://pradeeppant.com/2012/02/885/</link>
		<comments>http://pradeeppant.com/2012/02/885/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 12:04:20 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/2012/02/29/885/</guid>
		<description><![CDATA[Release is available on github https://github.com/rakudo/star/downloads]]></description>
				<content:encoded><![CDATA[<p>Release is available on <a href="https://github.com/rakudo/star/downloads">github</a></p>
<p><a href="https://github.com/rakudo/star/downloads">https://github.com/rakudo/star/downloads</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/02/885/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delhi.pm Perl Monger user group: Need suggestions</title>
		<link>http://pradeeppant.com/2012/02/delhi-pm-perl-monger-user-group-need-suggestions/</link>
		<comments>http://pradeeppant.com/2012/02/delhi-pm-perl-monger-user-group-need-suggestions/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 14:43:39 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[perl monger group]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=877</guid>
		<description><![CDATA[Hello We have a Delhi.pm Perl Monger Group in New Delhi, India. The group is almost  inactive for some years (except monthly mail of mailing list membership detail). I am trying to revive Delhi.pm and need suggestions from community. I have already created a Google + page to spread the word. Actually, we have a mailing list [...]]]></description>
				<content:encoded><![CDATA[<p>Hello</p>
<p>We have a Delhi.pm Perl Monger Group in New Delhi, India. The group is almost  inactive for some years (except monthly mail of mailing list membership detail). I am trying to revive Delhi.pm and need suggestions from community.</p>
<p>I have already created a <a href="https://plus.google.com/u/0/b/113017661589594992511/113017661589594992511/about">Google + page</a> to spread the word. Actually, we have a <a href="http://mail.pm.org/mailman/listinfo/delhi-pm/">mailing list</a> but I assume that most of the members are either inactive or not working in Perl anymore.  I know many active Perl programmers in Delhi but they are not connected.</p>
<p>Do let me know your thoughts to make Delhi.pm active? Comments/advice are most welcome.</p>
<p>Thanks,</p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/02/delhi-pm-perl-monger-user-group-need-suggestions/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Resource on debugging, profiling and benchmarking in Perl</title>
		<link>http://pradeeppant.com/2012/02/resource-on-debugging-profiling-and-benchmarking-in-perl/</link>
		<comments>http://pradeeppant.com/2012/02/resource-on-debugging-profiling-and-benchmarking-in-perl/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 16:34:26 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server side (Perl 5, Perl 6)]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=862</guid>
		<description><![CDATA[I am listing some of the online resource which really helped me to understand the debugging and profiling in Perl. Profiling Perl by Simon Cozens Dr. Dobbs Journel by brian d foy Wasting time thinking about wasted time by brian d foy Randal L. Schwartz column on Unix Review Benchmarking your code by turnstep Debugging and Profiling [...]]]></description>
				<content:encoded><![CDATA[<p>I am listing some of the online resource which really helped me to understand the debugging and profiling in Perl.</p>
<p><a href="http://www.perl.com/pub/2004/06/25/profiling.html">Profiling Perl by Simon Cozens</a></p>
<p><a href="http://drdobbs.com/184404580">Dr. Dobbs Journel by brian d foy</a></p>
<p><a href="http://www.perlmonks.org/index.pl?node=393128">Wasting time thinking about wasted time by brian d foy</a></p>
<p><a href="http://www.stonehenge.com/merlyn/UnixReview/col49.html">Randal L. Schwartz column on Unix Review</a></p>
<p><a href="http://perlmonks.org/?node_id=8745">Benchmarking your code by turnstep</a></p>
<p><a href="http://www.perl.com/pub/2006/02/09/debug_mod_perl.html">Debugging and Profiling mod_perl Applications by Frank Wiles </a></p>
<p>also do not forget to check chapter 4, 5, 6 of <a href="http://www.amazon.com/Mastering-Perl-brian-d-foy/dp/0596527241" rel="nofollow">Mastering Perl Book</a> and documentation on<a href="http://search.cpan.org/~timb/Devel-NYTProf-4.06/lib/Devel/NYTProf.pm"> CPAN</a> and <a href="http://perldoc.perl.org/Benchmark.html">perldoc</a>.</p>
<p>Any Addition to this list is welcome.</p>
<p>Enjoy Perl.</p>
<p>&nbsp;</p>
<p>Added:</p>
<p><a href="http://blog.timbunce.org/2009/12/24/nytprof-v3-worth-the-wait/">Devel::Nytprof </a></p>
<p><a href="http://www.slideshare.net/Tim.Bunce/develnytprof-v4-at-yapceu-201008-4906467"> </a><a href="http://www.slideshare.net/Tim.Bunce/develnytprof-v4-at-yapceu-201008-4906467">Slides of Tim Bunce talk on Devel::NYTProf YAPC::EU August 2010</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/02/resource-on-debugging-profiling-and-benchmarking-in-perl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Perl Data Language (PDL) Release News</title>
		<link>http://pradeeppant.com/2012/02/perl-data-language-pdl-release-news/</link>
		<comments>http://pradeeppant.com/2012/02/perl-data-language-pdl-release-news/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 14:00:03 +0000</pubDate>
		<dc:creator>Pradeep Pant</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server side (Perl 5, Perl 6)]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[pdl]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://pradeeppant.com/?p=851</guid>
		<description><![CDATA[PDL 2.4.10 is released. Another great work from Chris Marshall and PDL Development Team. See this link for official announcement. You can also checkout the first draft of the PDL book. For existing MATLAB users there is a very good guide which can help in migrating from MATLAB to PDL. &#160; Enjoy the new PDL release and unleash the [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://pdl.perl.org/?page=install">PDL 2.4.10</a> is released. Another great work from <a href="http://search.cpan.org/~chm/">Chris Marshall</a> and<a href="http://pdl.perl.org/"> PDL Development Team</a>. See this link for <a href="http://blogs.perl.org/users/joel_berger/2012/02/perl-data-language-pdl-2410-release.html">official announcement</a>.</p>
<p>You can also checkout the first draft of the <a href="http://pdl.perl.org/content/pdl-book-toc.html">PDL book</a>. For existing MATLAB users there is a very good guide which can help in migrating from <a href="http://www.mathworks.in/products/matlab/">MATLAB </a>to <a href="http://pdl.perl.org/">PDL</a>.</p>
<p>&nbsp;</p>
<p>Enjoy the new PDL release and unleash the power of Perl for solving mathematical problems.</p>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://pradeeppant.com/2012/02/perl-data-language-pdl-release-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
