<?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>news from a well travelled geek &#187; perl</title>
	<atom:link href="http://sboss.com/tags/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://sboss.com</link>
	<description>ramblings, news, and other odd bits from a geek that has travelled the world…</description>
	<lastBuildDate>Tue, 29 Dec 2009 01:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VIM &amp; Perl tidbit</title>
		<link>http://sboss.com/2008/02/03/vim-perl-tidbit/</link>
		<comments>http://sboss.com/2008/02/03/vim-perl-tidbit/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 04:26:57 +0000</pubDate>
		<dc:creator>sboss</dc:creator>
				<category><![CDATA[geekiness]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[micro$haft]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://sboss.com/2008/02/03/vim-perl-tidbit/</guid>
		<description><![CDATA[All of us can use tidbits of knowledge or help every now and then. For all of use that use PERL a lot (which is me!), then any tidbit of help we can get is great!. From this article, we get the tidbit below. If you&#8217;re primarily a Perl hacker and don&#8217;t use C much, [...]]]></description>
			<content:encoded><![CDATA[<p>All of us can use tidbits of knowledge or help every now and then.</p>
<p><span id="more-119"></span></p>
<p>For all of use that use <a href="http://perl.com">PERL</a> a lot (which is me!), then any tidbit of help we can get is great!.  From <a href="http://use.perl.org/~Ovid/journal/35469?from=rss">this article</a>, we get the tidbit below.</p>
<p>If you&#8217;re primarily a Perl hacker and don&#8217;t use C much, you might find it annoying when you hit &#8216;K&#8217; in command mode. That&#8217;s because VIM runs something like this:</p>
<pre>    nmap K :Map <cword><cr>
</pre>
<p>I&#8217;ve just added the following to my .vimrc:</p>
<pre>    noremap K :!perldoc <cword> <bar><bar> perldoc -f <cword><cr>
</pre>
<p>Now when you type &#8216;K&#8217; in command mode, it will call up the appropriate perldoc, if possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://sboss.com/2008/02/03/vim-perl-tidbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
