/[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 25 by dpavlin, Mon Aug 18 19:01:00 2008 UTC revision 28 by dpavlin, Mon Aug 18 19:18:53 2008 UTC
# Line 48  tcidbsync Line 48  tcidbsync
48  tcidboptimize  tcidboptimize
49  tcidbvanish  tcidbvanish
50  tcidbcopy  tcidbcopy
51    tcidbpath
52    tcidbrnum
53    tcidbfsiz
54  );  );
55    
56  =head1 NAME  =head1 NAME
# Line 169  use constant { Line 172  use constant {
172    
173    my $success = tcidbcopy( $idb, '/path/of/copy' );    my $success = tcidbcopy( $idb, '/path/of/copy' );
174    
175    =head2 tcidbpath
176    
177      my $path = tcidbpath( $idb );
178    
179    =head2 tcidbrnum
180    
181      my $number_of_records = tcidbrnum( $idb );
182    
183    =head2 tcidbfsiz
184    
185      my $file_size = tcidbfsiz( $idb );
186    
187  =cut  =cut
188    
189  =head1 KNOWN BUGS  =head1 KNOWN BUGS

Legend:
Removed from v.25  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26