Attached is a patch to mention the Zoidberg shell project.
cheers, -- Iain.
Index: perlfaq3.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq3.pod,v retrieving revision 1.34 diff -U10 -r1.34 perlfaq3.pod --- perlfaq3.pod 30 Jul 2003 05:48:24 -0000 1.34 +++ perlfaq3.pod 23 Aug 2003 14:18:03 -0000 @@ -42,20 +42,25 @@ =head2 Is there a Perl shell? The psh (Perl sh) is currently at version 1.8. The Perl Shell is a shell that combines the interactive nature of a Unix shell with the power of Perl. The goal is a full featured shell that behaves as expected for normal shell activity and uses Perl syntax and functionality for control-flow statements and other things. You can get psh at http://www.focusresearch.com/gregor/psh/ . +Zoidberg is a similar project and provides a shell written in perl, +configured in perl and operated in perl. It is intended as a login shell +and development environment. It can be found at http://zoidberg.sf.net/ +or your local CPAN mirror. + The Shell.pm module (distributed with Perl) makes Perl try commands which aren't part of the Perl language as shell commands. perlsh from the source distribution is simplistic and uninteresting, but may still be what you want. =head2 How do I find which modules are installed on my system? You can use the ExtUtils::Installed module to show all installed distributions, although it can take awhile to do its magic. The standard library which comes with Perl just
