MAN page from Old RedHat 5.X perl-5.004-4.i386.rpm
Search::Dict
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
Search::Dict, look - search for key in dictionary file
SYNOPSIS
use Search::Dict; look *FILEHANDLE, $key, $dict, $fold;
DESCRIPTION
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 erroroccurs.
The flags specify dictionary order and case folding:
If $dict is true, search by dictionary order (ignore anything but wordcharacters and whitespace).
If $fold is true, ignore case.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
This document was created byman2html,using the manual pages.