The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Remember::Memory - a short-term memory brain plugin for Data::Remember

VERSION

version 0.140480

SYNOPSIS

  use Data::Remember 'Memory';

  remember something => 'what?';

DESCRIPTION

This is a very simple brain for Data::Remember that just stores everything in Perl data structures in memory.

METHODS

new

Takes no arguments or special parameters. Any parameters will be ignored.

remember QUE, FACT

Stores the given FACT in a Perl data structure under QUE.

recall QUE

Recalls the fact stored at QUE.

forget QUE

Forgets the fact stored at QUE.

SEE ALSO

Data::Remember

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.