Change 21282: Integrate a change from the perlfaq CVS.
[email protected] (Rafael Garcia-Suarez)
| Newsgroups | perl.perlfaq.workers,perl.perl5.changes |
|---|---|
| Message-ID | <[email protected]> |
Change 21282 by rgs@rgs-home on 2003/09/18 21:10:26 Integrate a change from the perlfaq CVS. I consider the bleadperl version being more up-to-date as of now. Affected files ... ... //depot/perl/pod/perlfaq3.pod#76 edit Differences ... ==== //depot/perl/pod/perlfaq3.pod#76 (text) ==== Index: perl/pod/perlfaq3.pod --- perl/pod/perlfaq3.pod#75~20173~ Sun Jul 20 14:48:21 2003 +++ perl/pod/perlfaq3.pod Thu Sep 18 14:10:26 2003 @@ -1,6 +1,6 @@ =head1 NAME -perlfaq3 - Programming Tools ($Revision: 1.33 $, $Date: 2003/01/31 17:34:56 $) +perlfaq3 - Programming Tools ($Revision: 1.35 $, $Date: 2003/08/24 05:26:59 $) =head1 DESCRIPTION @@ -48,6 +48,11 @@ 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 End of Patch.