/[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 19 by dpavlin, Mon Aug 18 18:32:55 2008 UTC revision 21 by dpavlin, Mon Aug 18 18:48:33 2008 UTC
# Line 42  IDBSTOKEN Line 42  IDBSTOKEN
42  IDBSTOKPRE  IDBSTOKPRE
43  IDBSTOKSUF  IDBSTOKSUF
44  tcidbiterinit  tcidbiterinit
45    tcidbiternext
46    tcidbsync
47  );  );
48    
49  =head1 NAME  =head1 NAME
# Line 137  use constant { Line 139  use constant {
139    
140  =head2 tcidbiterinit  =head2 tcidbiterinit
141    
142    my $success = tcidbiterinit;    my $success = tcidbiterinit( $idb );
143    
144    =head2 tcidbiternext
145    
146      my $id = tcidbiternext( $idb );
147    
148    =head2 tcidbsync
149    
150      my $success = tcidbsync( $idb );
151    
152  =cut  =cut
153    

Legend:
Removed from v.19  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26