debian man page for tk::pod::search

Query: tk::pod::search

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Pod::Search(3pm)					User Contributed Perl Documentation					  Pod::Search(3pm)

NAME
Tk::Pod::Search - Widget to access perlindex Pod full text index
SYNOPSIS
use Tk::Pod::Search; ... $widget = $parent->PodSearch( ... ); ... $widget->configure( -search => WORDS_TO_SEARCH );
DESCRIPTION
GUI interface to the full Pod text indexer perlindex.
OPTIONS
Class: Search Member: search Option: -search Expects a list of words (or a whitespace separated list). Class: undef Member: undef Option: -command Defines a call back that is called when the use selects a Pod file. It gets the full path name of the Pod file as argument.
METHODS
$widget->method1(...,?...?)
SEE ALSO
Tk::Pod::Text, tkpod, perlindex, Tk::Pod, Tk::Pod::Search_db
KEYWORDS
widget, tk, pod, search, full text
AUTHOR
Achim Bohnet <ach@mpe.mpg.de> 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(3pm)
Related Man Pages
pod::perldoc::tochecker(3pm) - osx
pod::index::search(3pm) - debian
pod::wsdl::doc(3pm) - debian
pod::wsdl::fault(3pm) - debian
tk::pod::tree(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file