The Vim text editor is a favorite of many programmers and system administrators. Although it provides an exceptional amount of power and flexibility, it can be somewhat intimidating for new users.
Is there an easy way to execute the contents of a VIM buffer? Say I have something like this:<P>#!/usr/bin/perl<BR>$something = "woohoo";<BR>print "\n\n\t$something\n ...