| Bot-BasicBot-Pluggable documentation | view source | Contained in the Bot-BasicBot-Pluggable distribution. |
Bot::BasicBot::Pluggable::Store::Deep - use DBM::Deep to provide a storage backend
version 0.93
my $store = Bot::BasicBot::Pluggable::Store::Deep->new(
file => "filename"
);
$store->set( "namespace", "key", "value" );
This is a Bot::BasicBot::Pluggable::Store that uses DBM::Deep to store
the values set by modules.
Simon Wistow <simon@thegestalt.org>
Copyright 2005, Simon Wistow
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Bot-BasicBot-Pluggable documentation | view source | Contained in the Bot-BasicBot-Pluggable distribution. |