/[Search-TokyoDystopia]/lib/Search/TokyoDystopia.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Search/TokyoDystopia.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by dpavlin, Sun Aug 17 23:59:46 2008 UTC revision 16 by dpavlin, Mon Aug 18 17:27:11 2008 UTC
# Line 30  IDBOTRUNC Line 30  IDBOTRUNC
30  IDBONOLCK  IDBONOLCK
31  IDBOLCKNB  IDBOLCKNB
32  tcidbclose  tcidbclose
33    tcidbput
34    tcidbout
35  );  );
36    
37  =head1 NAME  =head1 NAME
# Line 58  If you don't prevent it, it will export Line 60  If you don't prevent it, it will export
60    
61  =head2 tcidbtune  =head2 tcidbtune
62    
63    my $success = tcidbtune( $idb, $ernum, $etnum, $iusiz, IDBTLARGE || IDBTDEFLATE );    my $success = tcidbtune( $idb, $ernum, $etnum, $iusiz, IDBTLARGE | IDBTDEFLATE );
64    
65  =cut  =cut
66    
# Line 78  use constant { Line 80  use constant {
80    
81  =head2 tcidbopen  =head2 tcidbopen
82    
83    my $success = tcidbopen( $idb, 'casket', IDBOWRITER || IDBOCREAT );    my $success = tcidbopen( $idb, 'casket', IDBOWRITER | IDBOCREAT );
84    
85  =cut  =cut
86    
# Line 95  use constant { Line 97  use constant {
97    
98    my $success = tcidbclose( $idb );    my $success = tcidbclose( $idb );
99    
100    =head2 tcidbput
101    
102      my $success = tcidbput( $idb, $id, $utf8_text );
103    
104    =head2 tcidbout
105      
106      my $success = tcidbout( $idb, $id );
107    
108  =head1 KNOWN BUGS  =head1 KNOWN BUGS
109    
110  Low-level functions often just die when called on invalid (or deleted) database  Low-level functions often just die when called on invalid (or deleted) database

Legend:
Removed from v.12  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26