Hi,

On Wednesday 28 Apr 2010 09:45:59 Jeff Pang wrote:
> On Wed, Apr 28, 2010 at 2:38 PM, Parag Kalra <paragka...@gmail.com> 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.

Well, it seems like Parag (the original poster) is referring to a REPL (Read-
Eval-Print-Loop) instead of a shell. For that Perl has:

http://search.cpan.org/dist/Devel-REPL/

I should note that as well as psh, I've also heard of Zoidberg (which is a 
shell and not a plain REPL):

http://search.cpan.org/dist/Zoidberg/

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Interview with Ben Collins-Sussman - http://shlom.in/sussman

God considered inflicting XSLT as the tenth plague of Egypt, but then
decided against it because he thought it would be too evil.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to