The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "search"

search - cgi interface to CPAN::Search::Lite::Query River stage zero No dependents

Place this script in your web server's cgi-bin directory. A request for "http://localhost/cgi-bin/search" without any query string will result in a page listing all chapter ids. All other requests are handled by the query string arguments, which are ...

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 UTC - Search in distribution

WWW::Search::Search - class for searching www.search.com River stage zero No dependents

This class is a search.com specialization of WWW::Search. It handles making and interpreting searches at http://www.search.com. This class exports no public interface; all interaction should be done through WWW::Search objects....

MTHURN/WWW-Search-Search-1.015 - 27 Jul 2008 16:35:54 UTC - Search in distribution

Search::Circa::Search - Search interface on Circa, a www search engine running with Mysql River stage zero No dependents

This is Search::Circa::Search, a module who provide functions to perform search on Circa database Notes: * Accents are removed on search and when indexed * Search are case unsensitive (mmmh what my english ? ;-) Circa::Search work with Circa::Indexer...

ALIAN/Search-Circa-1.18 - 02 Jan 2003 12:35:27 UTC - Search in distribution

E2::Search - A module for searching for nodes on http://everything2.com River stage zero No dependents

This module provides an interface to everything2.com's search interface. It inherits E2::Ticker....

JOSEWEEKS/E2-Interface-0.34 - 07 Aug 2003 17:27:16 UTC - Search in distribution
  • E2::Ticker - A module for fetching http://everything2.com's tickers.
  • E2::Interface - A client interface to the everything2.com collaborative database

Search::QS - A converter between query string URI and search query River stage zero No dependents

This module converts a query string like This http://www.example.com?flt[Name]=Foo into perl objects which rappresent a search. In "filters()" there are all flt (filter) elements. In "options()" there are query options like limit, start and sorting....

EBRUNI/Search-QS-0.04 - 11 Jun 2019 15:25:14 UTC - Search in distribution

RPM::Search - Search all available RPMs River stage zero No dependents

MALLEN/RPM-Search-0.01 - 17 Nov 2011 17:39:48 UTC - Search in distribution

SWF::Search - Extract strings and information from Macromedia SWF files River stage zero No dependents

This module allows the searching of Macromedia SWF files for text strings. The supported methods of searching for text are currently limited to strings within editable text fields, and frame labels. Future versions will support strings created by fon...

MAJCHER/SWF-Search-0.01 - 16 Jun 2002 18:27:33 UTC - Search in distribution

Search::Fzf - Ported Fzf using perl. River stage zero No dependents

fzf is a powerful command line fuzzy search tool(https://github.com/junegunn/fzf). Using Search::Fzf, You can use fzf's fuzzy query functionality as a module within a Perl process....

LIYAO/Search-Fzf-0.01 - 18 Jul 2022 08:17:56 UTC - Search in distribution

Search::GIN - Generalized Inverted Indexing River stage two • 5 direct dependents • 27 total dependents

Inverted Indexing is an indexing method that maps from content to location in storage. Generalized Inverted Indexing (GIN, for short) is an inverted indexing method in which the index is unaware of what data exactly is it indexing. Search::GIN is pri...

ETHER/Search-GIN-0.11 - 03 Mar 2015 01:20:44 UTC - Search in distribution

URL::Search - search for URLs in plain text River stage one • 1 direct dependent • 1 total dependent

This module searches plain text for URLs and extracts them. It exports (on request) the following entities: $URL_SEARCH_RE This variable is the core of this module. It contains a regex that matches a URL. NOTE: This regex uses capturing groups intern...

MAUKE/URL-Search-0.06 - 20 Mar 2023 20:32:18 UTC - Search in distribution

WWW::Search - Virtual base class for WWW searches River stage two • 31 direct dependents • 33 total dependents

This class is the parent for all access methods supported by the "WWW::Search" library. This library implements a Perl API to web-based search engines. See README for a list of search engines currently supported, and for a lot of interesting high-lev...

MTHURN/WWW-Search-2.519 - 03 Apr 2020 15:23:14 UTC - Search in distribution

Bing::Search - Implements the Bing AJAX Search API River stage zero No dependents

This set of modules implements most of the Bing Search API. See the "UNIMPLEMENTED BITS" for what's missing. This is an object-oriented monstrosity, intended to be easily extendible when the API changes. Since we all know who made Bing, we know that'...

DHOUSTON/Bing-Search-1.121210 - 30 Apr 2012 21:14:47 UTC - Search in distribution

Data::Search - Data structure search River stage zero No dependents

datasearch - Search data structures This function allows you to search arbitrarily large/complex data structures for particular elements. You can search hash keys, or hash/array values, for a number/string or regular expression. The datasearch functi...

ALX/Data-Search-0.03 - 10 Jun 2004 03:00:22 UTC - Search in distribution

Hash::Search - Search and return hash keys using regular expressions River stage zero No dependents

This module allows a search to be made on a hash based on a regular expressions pattern based on the name of the key and returns the results as a seperate hash. It also keeps a count of how many matches have been made. Creating an instance Before Has...

XESTIA/Hash-Search-0.03 - 21 Jun 2009 13:53:11 UTC - Search in distribution

List::Search - fast searching of sorted lists River stage zero No dependents

This module lets you quickly search a sorted list. It will return the index of the first entry that matches, or if there is no exact matches then the first entry that is greater than the search key. For example in the list "my @list = qw( bob dave fr...

EVDB/List-Search-0.3 - 22 Jan 2007 20:16:25 UTC - Search in distribution

Nano::Search - Persisted Index Search River stage zero No dependents

This package provides a mechanism for searching a prior persisted index....

AWNCORP/Nano-0.07 - 15 Jan 2021 09:04:02 UTC - Search in distribution

News::Search - Usenet news searching toolkit River stage zero No dependents

News::Search searches Usenet news postings. It can be used to search local news groups that google doesn't cover. Or, even for news groups that are covered by google, it can give you all the hits in one file, in the format that you prescribed. You ca...

SUNTONG/News-Search-1.15 - 05 Nov 2008 02:08:02 UTC - Search in distribution

Search::Dict - look - search for key in dictionary file River stage two • 7 direct dependents • 55 total dependents

Sets file position in FILEHANDLE to be first line greater than or equal (stringwise) to *$key*. Returns the new file position, or -1 if an error occurs. The flags specify dictionary order and case folding: If *$dict* is true, search by dictionary ord...

DAGOLDEN/Search-Dict-1.07 - 11 Apr 2012 19:54:21 UTC - Search in distribution

Zing::Search - Search Abstraction River stage one • 7 direct dependents • 7 total dependents

This package provides a storage search abstraction....

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC - Search in distribution

Kwiki::Search - Kwiki Search Plugin River stage one • 2 direct dependents • 3 total dependents

INGY/Kwiki-Search-0.12 - 16 Dec 2004 00:20:14 UTC - Search in distribution
7,638 results (0.235 seconds)