/[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 12 by dpavlin, Sat Aug 28 14:31:58 2004 UTC revision 14 by dpavlin, Sat Aug 28 15:19:22 2004 UTC
# Line 1  Line 1 
1  package jsFind;  package jsFind;
2    
3  use 5.008004;  use 5.005;
4  use strict;  use strict;
5  use warnings;  use warnings;
6  use HTML::Entities;  use HTML::Entities;
# Line 57  You can programatically (and incremental Line 57  You can programatically (and incremental
57    
58  =back  =back
59    
60    You can also examine examples which come as tests with this module,
61    for example C<t/04words.t>.
62    
63  =head1 jsFind methods  =head1 jsFind methods
64    
65  C<jsFind> is mode implementing methods which you, the user, are going to  C<jsFind> is mode implementing methods which you, the user, are going to
# Line 846  jsFind web site L<http://www.elucidsoft. Line 849  jsFind web site L<http://www.elucidsoft.
849    
850  B-Trees in perl web site L<http://perl.plover.com/BTree/>  B-Trees in perl web site L<http://perl.plover.com/BTree/>
851    
852    This module web site L<http://www.rot13.org/~dpavlin/jsFind.html>
853    
854  =head1 AUTHORS  =head1 AUTHORS
855    
856  Mark-Jonson Dominus E<lt>mjd@pobox.comE<gt> wrote C<BTree.pm> which was  Mark-Jonson Dominus E<lt>mjd@pobox.comE<gt> wrote C<BTree.pm> which was

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

  ViewVC Help
Powered by ViewVC 1.1.26