Zoidberg (a.k.a. zoid) provides a modular Perl shell written, configured, and operated entirely in Perl. It aspires to be a fully operational login shell with all the features one normally expects. But it also gives direct access to Perl objects and data structures from the command line, and allows you to run Perl code within the scope of your command line.
| Tags | Shells Software Development Debuggers Libraries Perl Modules |
|---|---|
| Licenses | Perl |
| Operating Systems | POSIX Linux Mac OS X BSD |
| Implementation | Perl |
Recent releases


Changes: Filename completion now supports utf8, a runtime check for a PAR environment has been added, and scripts from /etc/zoidrc.d/ are now loaded automatically.


Changes: This release fixes a critical bug with multiline editing. The behavior of the parser also had some fine-tuning.


Changes: This release fixes a critical bug that appeared when the PWD contained a quote.


Changes: This is mainly a bugfix release. A serious bug in the evaluation of logic operators was fixed, delayed jobs now remember their PWD, and the 'fc' builtin should work correctly now. It also contains some documentation updates, and two example scripts were added.


Changes: A bug in the "export" builtin was fixed. Both the "history" and "fc" builtins work now. The history facilities have been modified. The GetOpt library now supports default "--usage" and "--help" switches for all builtin commands.