NAME

Zoidberg::History - History plugin for the Zoidberg shell

SYNOPSIS

This module is a Zoidberg plugin, see Zoidberg::Fish for details.

ABSTRACT

This module provides history functionality for
the zoidberg shell.

DESCRIPTION

This module provides history functionality for the zoidberg shell. It is a core plugin.

EXPORT

None by default.

METHODS

add_history($string, @_)

Stores arguments in history

get_hist($action, $int)

Returns history record.
$action can be 'back' or 'forw'
example: get_hist('back', 10) returns record from 10 entries back
if action is ommitted a array of all entries is returned

del_one_hist()

Deletes last stored record -- lousy hack

search_hist($regex)

Returns records matching $regex

show_hist()

Returns all records as text

AUTHOR

Jaap Karssenberg || Pardus [Larus] <j.g.karssenberg@student.utwente.nl> R.L. Zwart, <carlos@caremail.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 ALSO

perl

Zoidberg

Zoidberg::Fish

http://zoidberg.sourceforge.net .