--- lib/Search/TokyoDystopia.pm 2008/08/17 23:59:46 12 +++ lib/Search/TokyoDystopia.pm 2008/08/18 15:35:18 14 @@ -30,6 +30,7 @@ IDBONOLCK IDBOLCKNB tcidbclose +tcidbput ); =head1 NAME @@ -58,7 +59,7 @@ =head2 tcidbtune - my $success = tcidbtune( $idb, $ernum, $etnum, $iusiz, IDBTLARGE || IDBTDEFLATE ); + my $success = tcidbtune( $idb, $ernum, $etnum, $iusiz, IDBTLARGE | IDBTDEFLATE ); =cut @@ -78,7 +79,7 @@ =head2 tcidbopen - my $success = tcidbopen( $idb, 'casket', IDBOWRITER || IDBOCREAT ); + my $success = tcidbopen( $idb, 'casket', IDBOWRITER | IDBOCREAT ); =cut @@ -95,6 +96,10 @@ my $success = tcidbclose( $idb ); +=head2 tcidbput + + my $success = tcidbput( $idb, $id, $utf8_text ); + =head1 KNOWN BUGS Low-level functions often just die when called on invalid (or deleted) database