Search-Dict

Search::Dict(3p) Perl Programmers Reference Guide Search::Dict(3p)

Search-Dict

Search::Dict(3p) Perl Programmers Reference Guide Search::Dict(3p) # Search::Dict(3p) Perl Programmers Reference Guide Search::Dict(3p) NNAAMMEE # Search::Dict - look - search for key in dictionary file SSYYNNOOPPSSIISS # use Search::Dict; look *FILEHANDLE, $key, $dict, $fold; use Search::Dict; look *FILEHANDLE, $params; DDEESSCCRRIIPPTTIIOONN # Sets file position in FILEHANDLE to be first line greater than or equal (stringwise) to _$_k_e_y. Returns the new file position, or -1 if an error occurs. The flags specify dictionary order and case folding: If _$_d_i_c_t is true, search by dictionary order (ignore anything but word characters and whitespace). ...