On Mon, Aug 25, 2008 at 9:03 PM, anders <[EMAIL PROTECTED]> wrote:

> On 25 Aug, 16:32, [EMAIL PROTECTED] (Amit Saxena) wrote:
> > Hi all,
> >
> >    - I am using Perl 5.8.4 and "vi" (not "vim") on Solaris 9.
> >
> > While developing my Perl programs, I have to open two sessions one for my
> > "vi" session and another where I run my perl programs. Moreover, in some
> > scenarios, I have to open a sqlplus session to access Oracle 10g.
> Shifting
> > between the sessions is tough sometimes.
> >
> > Is there a possibility where I can customize "vi" for some shortcuts for
> at
> > least running Perl programs or accessing sqlplus session ?
> >
> >    - Is there a ctags like facility for Perl as well ?
> >
> > Thanks & Regards,
> > Amit Saxena
>
> There is a serverprogram called Screens it can handle multiple
> screens and let you switch between,
>
> On VI you could enter :! to get a shell, test your program and CTRL-D
> back
> to the VI, this is my way, maby there is easy steps...
>
> // Anders
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> http://learn.perl.org/
>
>
>
Hi

Though I don't know much about creating shortcuts in "vi" but is it possible
to create a shortcut in "vi" (something like "epp" for execute perl program
) which will take current file as an input, exit temporarily to the shell
and once ENTER is pressed, returns to the original program ?

Regards,
Amit Saxena

Reply via email to