![]() |
![]()
| ![]() |
![]()
NAMEData::Remember::Memory - a short-term memory brain plugin for Data::Remember VERSIONversion 0.140490 SYNOPSISuse Data::Remember 'Memory'; remember something => 'what?'; DESCRIPTIONThis is a very simple brain for Data::Remember that just stores everything in Perl data structures in memory. METHODSnewTakes no arguments or special parameters. Any parameters will be ignored. remember QUE, FACTStores the given FACT in a Perl data structure under QUE. recall QUERecalls the fact stored at QUE. forget QUEForgets the fact stored at QUE. SEE ALSOData::Remember AUTHORAndrew Sterling Hanenkamp <hanenkamp@cpan.org> COPYRIGHT AND LICENSEThis 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.
|