Query: tk::pod::search_db
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pod::Search_db(3pm) User Contributed Perl Documentation Pod::Search_db(3pm)NAMETk::Pod::Search_db - dirty OO wrapper for "perlindex"'s search functionalitySYNOPSIS** THIS IS ALPHA SOFTWARE everything may and should change ** ** stuff here is more a scratch pad than docomentation! ** use Tk::Pod::Search_db; ... $idx = Tk::Pod::Search_db->new?(INDEXDIR)?; ... @hits = $idx->searchWords(WORD1,...); # @hits is a list of # relpath1,score1,... where # score is increasing $prefix = $idx->prefix(); @word = Tk::Pod::Search_db::normalize(STRING1,...);DESCRIPTIONModule to search Pod documentation. Before you can use the module one should create the indices with "perlindex -index".MISSINGEnable options like -maxhits (currently = 15). Solve PREFIX dependency. Interface for @stop and @unknown also as methods return lists for last searchWords call? Lots more ...METHODS$idx = Tk::Pod::Search_db->new(INDEXDIR) Interface may change to support options like -maxhits $idx->seachWords(WORD1?,...?) search for WORD(s). Return a list of relpath1, score1, relpath2, score2, ... or empty list if no match is found. $pathprefix = $idx->pathprefix() The return path prefix and $relpath give together the full path name of the Pod documentation. $fullpath = $patchprefix . '/' . $relpath Note: Should make it easy to use Tk::Pod::Search with perlindex but index specific prefix handling is a mess up to know.SEE ALSOtkpod, perlindex, perlpod, Tk::Pod::SearchAUTHORSAchim Bohnet <ach@mpe.mpg.de> Most of the code here is borrowed from perlindex written by Ulrich Pfeifer <Ulrich.Pfeifer@de.uu.net>. Current maintainer is Slaven ReziX <slaven@rezic.de>. Copyright (c) 1997-1998 Achim Bohnet. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-03-05 Pod::Search_db(3pm)
Related Man Pages |
---|
pod::perldoc::tochecker5.18(3pm) - mojave |
pod::perldoc::tochecker(3pm) - osx |
tk::pod(3pm) - debian |
tk::pod::text(3pm) - debian |
tk::pod_usage(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Loco -mpe |
awk syntax error |
Need Help Comparing two Files |
Need Help Comparing two Files |
read a number |