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/


Reply via email to