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

AW: Interactive shell in Perl

2010-04-27 Thread Thomas Bätzler
Parag Kalra asked: > 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. Since you mentioned bash, the zoidberg shell might be an option: http://search.cpan.org/~pardus/Zoidberg-0.96/man1/zoid.pod HTH, Thom

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

Interactive shell in Perl

2010-04-27 Thread Parag Kalra
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

Re: shell in perl

2001-11-27 Thread Ahmed Moustafa Ibrahim Ahmed
lity which recommended Perl. Thanks, Ahmed - Original Message - From: Michael Fowler To: Ahmed Moustafa Ibrahim Ahmed Cc: [EMAIL PROTECTED] ; Nafiseh Saberi Sent: Tuesday, November 27, 2001 10:37 AM Subject: Re: shell in perl On Tue, Nov 27, 2001 at 04:18:15AM -0800, Ahmed Moustafa Ibr

Re: shell in perl

2001-11-27 Thread Michael Fowler
On Tue, Nov 27, 2001 at 04:18:15AM -0800, Ahmed Moustafa Ibrahim Ahmed wrote: > Performance wise, both are almost the same, I think. But using the Perl > built-in functions would help make your code more portable. Given that a shell script has to fork and exec a seperate process for almost every

Re: shell in perl

2001-11-27 Thread Ahmed Moustafa Ibrahim Ahmed
Performance wise, both are almost the same, I think. But using the Perl built-in functions would help make your code more portable. --Ahmed Nafiseh Saberi wrote: > hi all. > > we can write shell script in perl source. > but which of them is better ?? > e.g: > for build directory.. > we can w

shell in perl

2001-11-27 Thread nafiseh saberi
hi all. we can write shell script in perl source. but which of them is better ?? e.g: for build directory.. we can write perl code and use shell script. which of them is better ?? in speed ?? or any condition? thx Nafiseh Saberi __