debian man page for tm::materialized::mldbm

Query: tm::materialized::mldbm

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TM::Materialized::MLDBM(3pm)				User Contributed Perl Documentation			      TM::Materialized::MLDBM(3pm)

NAME
TM::Materialized::MLDBM - Topic Maps, DBM Storage (asynchronous)
SYNOPSIS
use TM::Materialized::MLDBM; my $tm = new TM::Materialized::MLDBM (file => '/tmp/map.dbm'); # modify the map here..... # and flush everything onto the file $tm->sync_out; # later in this game, get it back from file my $tm2 = new TM::Materialized::MLDBM (file => '/tmp/map.dbm'); $tm2->sync_in;
DESCRIPTION
This package just implements a materialized map with a MLDBM store.
INTERFACE
Constructor The constructor expects to see the following option(s): file (no default) The name of the DBM file. It is an error not to specify that. url (no default) Alternatively, this can be a "file:" URL.
SEE ALSO
TM, TM::Synchronizable::MLDBM
AUTHOR INFORMATION
Copyright 200[6], Robert Barta <drrho@cpan.org>, All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html perl v5.10.1 2008-04-10 TM::Materialized::MLDBM(3pm)
Related Man Pages
rdf::trine::iterator::graph::materialized(3pm) - debian
tm::coverage(3pm) - debian
tm::materialized::stream(3pm) - debian
tm::serializable::jtm(3pm) - debian
tm::synchronizable(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?