DOKK / manpages / debian 12 / libbot-basicbot-pluggable-perl / Bot::BasicBot::Pluggable::Store::Storable.3pm.en
Bot::BasicBot::Pluggable::Store::Storable(3pm) User Contributed Perl Documentation Bot::BasicBot::Pluggable::Store::Storable(3pm)

Bot::BasicBot::Pluggable::Store::Storable - use Storable to provide a storage backend

version 1.20

  my $store = Bot::BasicBot::Pluggable::Store::Storable->new(
    dir => "directory"
  );
  $store->set( "namespace", "key", "value" );

This is a Bot::BasicBot::Pluggable::Store that uses Storable to store the values set by modules.

Mario Domgoergen <mdom@cpan.org>

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

2022-10-14 perl v5.34.0