NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
vim scripting (Score:2)
Re:vim scripting (Score:1)
Ah, just reminds me that it was your webpage where I picked up this little hack to use vim as a perldoc pager (I need it to be able to paste the relevant parts of the Perl documentation into postings for comp.lang.perl.misc;-). Also, your Perl indenter is in regular use.
But again, I feel at home with vim's regexps, because I learned vi (and sed, awk,
Amazing how much the background one is coming from will influence one's preferred way of using a computer. For me, almost everything started with Perl. I picked it up while I was still in my Windows days. But the migration to Linux was a logical step because it seemed so nicely integrated there. Unfortunately it made me sort of lazy to learn new things: Why should I do Bash scripts when a perl is sitting around? Why using vim's native features when I can just exploit a full-blown Perl interpreter stuffed into my favourite editor?
Vim-scripting however has shown me once more that being polyglot is even better.
Reply to This
Parent