NAME
Zoidberg::Shell - an interface to the Zoidberg shell
SYNOPSIS
use Zoidberg::Shell;
$SHELL->cmd(qw{cd /usr});
DESCRIPTION
This module is intended to let perl scripts interface to the Zoidberg shell the easy way. The most important usage for this is to write 'source scripts' for the Zoidberg shell which can use and change the shell environment like /.*sh/ scripts do with /.*sh/ environments.
EXPORT
By default a variable $SHELL is exported, this variable gives OO access to the current Zoidberg shell if any.
FIXME
METHODS
Exported methods
Object methods
AUTHOR
Jaap Karssenberg || Pardus [Larus] <j.g.karssenberg@student.utwente.nl>
Copyright (c) 2002 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/language/misc/Artistic.html