Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

Search::Dict(3pm)


Search::Dict

Search::Dict

NAME
SYNOPSIS
DESCRIPTION

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 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).

If $fold is true, ignore case.



Search::Dict(3pm)