Text/Abbrev
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.003 with
Index
Return to Main Contents
NAME
abbrev - create an abbreviation table from a list
SYNOPSIS
use Abbrev;
abbrev *HASH, LIST
DESCRIPTION
Stores all unambiguous truncations of each element of LIST
as keys key in the associative array indicated by *hash.
The values are the original list elements.
EXAMPLE
abbrev(*hash,qw("list edit send abort gripe"));
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 15:34:41 GMT, January 15, 2023