/[jsFind]/trunk/jsFind.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 /trunk/jsFind.pm

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

revision 1 by dpavlin, Sun Jul 11 20:18:25 2004 UTC revision 5 by dpavlin, Tue Jul 20 17:47:30 2004 UTC
# Line 86  sub new { Line 86  sub new {
86    
87  Search, insert, append or replace data in B-Tree  Search, insert, append or replace data in B-Tree
88    
89     $t->B_search(
90            Key => 'key value',
91            Data => { "path" => {
92                            "t" => "title of document",
93                            "f" => 99,
94                    },
95            Insert => 1,
96            Append => 1,
97     );
98    
99  Semantics:  Semantics:
100    

Legend:
Removed from v.1  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26