--- lib/Search/TokyoDystopia.pm 2008/08/18 17:27:11 16 +++ lib/Search/TokyoDystopia.pm 2008/08/18 17:45:56 17 @@ -32,6 +32,7 @@ tcidbclose tcidbput tcidbout +tcidbget ); =head1 NAME @@ -99,12 +100,16 @@ =head2 tcidbput - my $success = tcidbput( $idb, $id, $utf8_text ); + my $success = tcidbput( $idb, $id, $text ); =head2 tcidbout my $success = tcidbout( $idb, $id ); +=head2 tcidbget + + my $text = tcidbget( $idb, $id ); + =head1 KNOWN BUGS Low-level functions often just die when called on invalid (or deleted) database