<?xml version="1.0" encoding="windows-1252"?>
<node id="540176" title="Re: .vimrc for perl programmers" created="2006-03-30 09:25:16" updated="2006-03-30 04:25:16">
<type id="11">
note</type>
<author id="480254">
philcrow</author>
<data>
<field name="doctext">
Nice suggestions.  Have you also tried some of these:
&lt;p&gt;
Folding:
&lt;code&gt;
let perl_fold=1
let perl_fold_blocks=1
&lt;/code&gt;
Highlight POD correctly:
&lt;code&gt;
let perl_include_pod = 1
&lt;/code&gt;
Insert Data::Dumper dumping statement (note that ^[ must be entered as a real escape, use ctrl-V):
&lt;code&gt;
imap &lt;F3&gt;  use Data::Dumper; warn Dumper(  );^[hhi
&lt;/code&gt;
And one I got from this site, it comments out a block (again ^M is a real return):
&lt;code&gt;
map &lt;F8&gt; :'a,.s/^/#/gi^M:nohl^M
&lt;/code&gt;
To use this last one, make an 'a' mark (ma) at the top of
the block.  Move to the bottom of the block and hit F8.
&lt;p&gt;
Phil</field>
<field name="root_node">
540167</field>
<field name="parent_node">
540167</field>
</data>
</node>
