Mario Domgörgen > Bot-BasicBot-Pluggable-0.83 > Bot::BasicBot::Pluggable::Store::Deep

Download:
Bot-BasicBot-Pluggable-0.83.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Source   Latest Release: Bot-BasicBot-Pluggable-0.84

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" );

DESCRIPTION ^

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

AUTHOR ^

Simon Wistow <simon@thegestalt.org>

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.