Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.332.610 Times

Search::Dict 5.8.8

  Date Added: September 04, 2010  |  Visits: 917

Search::Dict

Report Broken Link
Printer Friendly Version


Product Homepage
Download (100 downloads)



Search::Dict is a Perl module to search for key in dictionary file. SYNOPSIS use Search::Dict; look *FILEHANDLE, $key, $dict, $fold; use Search::Dict; look *FILEHANDLE, $params; 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 order (ignore anything but word characters and whitespace). The default is honour all characters. If $fold is true, ignore case. The default is to honour case. If there are only three arguments and the third argument is a hash reference, the keys of that hash can have values dict, fold, and comp or xfrm (see below), and their correponding values will be used as the parameters. If a comparison subroutine (comp) is defined, it must return less than zero, zero, or greater than zero, if the first comparand is less than, equal, or greater than the second comparand. If a transformation subroutine (xfrm) is defined, its value is used to transform the lines read from the filehandle before their comparison..

Requirements: No special requirements
Platforms: Linux
Keyword: Dictionary Filehandle In Dictionary Key Key In Libraries Module Perl Perl Module Search Search For Searchdict To Search
Users rating: 0/10

License: Freeware Size: 12.2 MB
USER REVIEWS
More Reviews or Write Review


SEARCH::DICT RELATED
Development Tools  -  Pyjamas 0.4p1 1.0
It allows writing web applications in Python, which is more suitable performance-wise for medium to large applications.The AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application...
 
Network & Internet  -  Yum Extender 1.9.6
Yum Extender in short known as yumex is a GUI for yum to the Fedora Core 4 Linux distribution.. Yum Extender - New Yum Extender Development Site - News, Yum Extender is a GUI for the Yum Package Manager
696.32 KB  
Utilities  -  D7 5.2.7
D7 is a tool for PC technicians to aid in many tasks and provide a uniform procedure for technicians to follow. It has many capabilities and many uses including offline and live malware removal assistance, offline registry editing, data backup and...
3.1 MB  
Games  -  Typing Speed Test 1. 3. 2000
In this game there will be a passage for you to type. You need to type the passage as quickly and as accurately as possible. When you have finished the passage, a rank will be given based on your result. The faster and more accurate you type, the...
261 KB  
Organizers  -  OSGW 0.2.2
OSGW is a webpaged group/project management system written in PHP (and a little Perl) that provides services for people to share files and information for project development. It being designed with expandability and customizability in mind....
 
Affiliate  -  Text2Image Banner PopUp 1.0.0
Text2Image Banner PopUP allow you to display a popup banner in front of site text when a mouse cursor is over default selected form and let you to set multiple banner by copying the module in admin module area. Text2Image let you to select the...
20.48 KB  
Education  -  GNU dictionary framework 0.6.6
GNU dictionary framework project contains a toolkit for connecting to different dictionaries. It uses plugins to connect to different dictionaries (stardict, dictd, babylon..). Whats New in This Release: - compile with Qt 4.0.1 and add check...
184.32 KB  
Web Browser Tools  -  Cookie Button in the status bar0.8.9
Cookie Button in the status bar is a Firefox button for easy access to cookie permissions in the status bar. For those who have been asking for cookie button in the status bar. Some features are optional. See Tools -> Extensions/Addons, select...
25.6 KB  
Network & Internet  -  Sidebar in a Can 1.0.1
Sidebar in a Can is a simple and powerful tool for webmasters to take a large amount of static content (intimidating to new users) and turn it into a quite manageable amount of dynamic content. The result showcases your sites material. Sidebar...
57.34 KB  
3D Graphic Tools  -  SGI RGB Image File Plug-In 1.1.1
SGI plug-in provides SGI image file load & save modules for The GIMP. The plug-in supports GRAY, GRAYA, RGB, and RGBA color modes. Using the SGI Plug-In: The Parameter Settings buttons control how much compression is applied to the image: No...
10.24 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB