Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Text::Abbrev

Name Text::Abbrev
Version 1.02
Located at /usr/share/perl5
File /usr/share/perl5/Text/Abbrev.pm
Is Core Yes
Search CPAN for this module Text::Abbrev
Documentation Text::Abbrev
Module Details Text::Abbrev

NAME

Text::Abbrev - 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 the associative array referenced 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));

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024