set smartindent
set tabstop=8
set shiftwidth=4
set softtabstop=4
let perl_want_scope_in_variables=1
let perl_extended_vars=1
let perl_include_pod=1
colorscheme elflord
syntax on
The elflord colorscheme has bright colors, so it is easy to read, the perl_* lets are very imporant if you're serious about Perl programming:
want_scope_in_variables: give package names an other color
extended_vars: parse things like $foo{ split //, $var } for better clarity
include_pod: recognise pod and use special colors for it.
Note: It's not perl_include_
POD, as all documentation says. A lot of people read the documentation, and don't have this working, so use lowercase "pod".
- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.