Re: Interactive shell in Perl

2010-05-01 Thread Parag Kalra
I installed psh but getting following error after launching it: Cannot find termcap: TERM not set at C:\perl\lib/Term/ReadLine.pm line 351 Cheers, Parag On Wed, Apr 28, 2010 at 7:45 AM, John W. Krahn wrote: > Parag Kalra wrote: > >> Hey All, >> > > Hello, > > > Wanted to know if Perl has an

Re: Interactive shell in Perl

2010-04-28 Thread John W. Krahn
Parag Kalra wrote: Hey All, Hello, Wanted to know if Perl has any interactive shell (just like Python, Bash, Ruby etc have) by any chance. And if yes how do we invoke that. perldoc -q "Is there a Perl shell" John -- The programmer is fighting against the two most destructive forces in the

Re: Interactive shell in Perl

2010-04-28 Thread Shlomi Fish
Hi, On Wednesday 28 Apr 2010 09:45:59 Jeff Pang wrote: > On Wed, Apr 28, 2010 at 2:38 PM, Parag Kalra wrote: > > Hey All, > > > > Wanted to know if Perl has any interactive shell (just like Python, Bash, > > Ruby etc have) by any chance. And if yes how do we invoke that. > > > > Cheers, > > Par

Re: Interactive shell in Perl

2010-04-27 Thread Jeff Pang
On Wed, Apr 28, 2010 at 2:38 PM, Parag Kalra wrote: > Hey All, > > Wanted to know if Perl has any interactive shell (just like Python, Bash, > Ruby etc have) by any chance. And if yes how do we invoke that. > > Cheers, > Parag > There is a Perl shell named as "psh" available on CPAN. -- Jeff Pa