Bot::BasicBot::Pluggable::Store::Deep - use DBM::Deep to provide a storage backend
Contents
Copyright
Copyright 2005, Simon Wistow
This program is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.40.0 2024-08-24 Bot::BasicBot:...le::Store::Deep(3pm)
Description
This is a "Bot::BasicBot::Pluggable::Store" that uses "DBM::Deep" to store the values set by modules.
Name
Bot::BasicBot::Pluggable::Store::Deep - use DBM::Deep to provide a storage backend
Synopsis
my $store = Bot::BasicBot::Pluggable::Store::Deep->new(
file => "filename"
);
$store->set( "namespace", "key", "value" );
Version
version 1.30
