MAN page from RedHat Other perl-5.004-0.1.i386.rpm
Text::Abbrev
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
abbrev - create an abbreviation table from a list
SYNOPSIS
use Text::Abbrev; abbrev $hashref, LIST
DESCRIPTION
Stores all unambiguous truncations of each element of LISTas keys key in the associative array referenced to by
$hashref.The values are the original list elements.
EXAMPLE
$hashref = abbrev qw(list edit send abort gripe);
%hash = abbrev qw(list edit send abort gripe);
abbrev $hashref, qw(list edit send abort gripe);
abbrev(*hash, qw(list edit send abort gripe));
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- EXAMPLE
This document was created byman2html,using the manual pages.