Seth Woolley's Man Viewer

Text::Abbrev(3) - abbrev - create an abbreviation table from a list - man 3 Text::Abbrev

([section] manual, -k keyword, -K [section] search, -f whatis)
man plain no title

Text::Abbrev(3)        Perl Programmers Reference Guide        Text::Abbrev(3)



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 LIST as keys in(1,8)
       the associative array referenced by $hashref.  The values are the orig-
       inal list elements.

EXAMPLE
           $hashref = abbrev qw(list edit send(2,n) abort(3,7) gripe);

           %hash = abbrev qw(list edit send(2,n) abort(3,7) gripe);

           abbrev $hashref, qw(list edit send(2,n) abort(3,7) gripe);

           abbrev(*hash, qw(list edit send(2,n) abort(3,7) gripe));



perl v5.8.5                       2001-09-21                   Text::Abbrev(3)

References for this manual (incoming links)