Perl: the Markov chain saw | |
PerlMonks |
Re: making perl interactive with VIby Paladin (Vicar) |
on Feb 17, 2004 at 19:15 UTC ( [id://329689]=note: print w/replies, xml ) | Need Help?? |
Put the above in a file, make it executable, and call it within vi as :1,17!script and it adds numbers to the lines you selected. Should be simple to go from there to whatever you want perl to do to those lines. The line you select in vi will be fed to your script on STDIN and vi will replace those lines with whatever your script outputs.
In Section
Seekers of Perl Wisdom
|
|