sponsor Vim development Vim logo Vim Book Ad

ExecPerl : Utilities for executing perl scripts

 script karma  Rating 35/20, Downloaded by 3056  Comments, bugs, improvements  Vim wiki

created by
Scott Barker
 
script type
utility
 
description
Provides the following commands:

:ExecPerl script_name
This will execute script_name using the perl
interpreter.

:ExecPerlMore
This will execute script_name using the perl
interpreter.  If the output would scroll past the end
of the screen, execution pauses and waits for a
keystroke before continuing.

:ExecPerlDump
This will ask you for an output file and then
execute script_name using the perl interpreter.  The
output from the script is dumped to the file that you
entered when you were prompted.  You may press enter
instead of entering a file name to accept the default
filename.

Also, The following keys are mapped by default.  You'll have to
comment them if you don't want this behavior:

<F5>:    ExecPerl the current file being edited
<C-F5>:  ExecPerlMore the current file being edited
<S-F5>:  ExecPerlDump the current file being edited

 
install details
Place it in your plugin/ directory or source it at runtime.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
ExecPerl.vim 1.0 2002-04-26 6.0 Scott Barker Initial upload
ip used for rating: 3.12.41.106

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github