Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

How do I create a simple, perl-based text filter for Vim

by dimar (Curate)
on Feb 13, 2005 at 17:12 UTC ( [id://430596]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    !sort           <-- this Vim command calls a binary, OK
    !myfilter.pl    <-- this Vim command calls a perl script, FAIL
    
  2. or download this
    #!/usr/local/perl
    ### myfilter.pl
    ...
        $sTest
        _IT_WORKED_
    ";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://430596]
Approved by Tanktalus
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (8)
As of 2024-04-18 17:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found