in reply to Favorite Text Editor?
But I don't know how to run my Perl scripts from inside of vi. Sometimes I fire up a shell inside vi and run my Perl script inside the shell, but that is a lot of extra typing.
Back when I used to use the Borland C++ editor I was able to run Perl scripts from inside the editor. There must be away to do so with vi. If anyone knows how then please clue me in.
Update: It is in fact easy to run a perl script while vi is editing it. You simply type the following EX editor command at the colon prompt:
!perl %If you start your perl program off with the shebang command, then you can also use the following command instead:
!./%
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Favorite Text Editor?
by bwana147 (Pilgrim) on May 23, 2001 at 17:20 UTC | |
|
Re: Re: Favorite Text Editor?
by alfie (Pilgrim) on May 23, 2001 at 18:05 UTC |