/[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 16 by dpavlin, Mon Aug 18 17:27:11 2008 UTC revision 17 by dpavlin, Mon Aug 18 17:45:56 2008 UTC
# Line 32  IDBOLCKNB Line 32  IDBOLCKNB
32  tcidbclose  tcidbclose
33  tcidbput  tcidbput
34  tcidbout  tcidbout
35    tcidbget
36  );  );
37    
38  =head1 NAME  =head1 NAME
# Line 99  use constant { Line 100  use constant {
100    
101  =head2 tcidbput  =head2 tcidbput
102    
103    my $success = tcidbput( $idb, $id, $utf8_text );    my $success = tcidbput( $idb, $id, $text );
104    
105  =head2 tcidbout  =head2 tcidbout
106        
107    my $success = tcidbout( $idb, $id );    my $success = tcidbout( $idb, $id );
108    
109    =head2 tcidbget
110      
111      my $text = tcidbget( $idb, $id );
112    
113  =head1 KNOWN BUGS  =head1 KNOWN BUGS
114    
115  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.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26