*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> perl5/Text::Abbrev (3)              
Title
Content
Arch
Section
 

Contents


Text::Abbrev(3)						       Text::Abbrev(3)


NAME    [Toc]    [Back]

     abbrev - create an	abbreviation table from	a list

SYNOPSIS    [Toc]    [Back]

	 use Text::Abbrev;
	 abbrev	$hashref, LIST

DESCRIPTION    [Toc]    [Back]

     Stores all	unambiguous truncations	of each	element	of LIST	as keys	key in
     the associative array referenced to by $hashref.  The values are the
     original list elements.

EXAMPLE    [Toc]    [Back]

	 $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));


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
timezone FreeBSD return the timezone abbreviation
timezone NetBSD return the timezone abbreviation
timezone OpenBSD return the timezone abbreviation
nm OpenBSD display name list (symbol table)
hiertable Linux Create and manipulate hierarchical table widgets ___________________________________________________...
nlist FreeBSD retrieve symbol table name list from an executable file
nlist OpenBSD retrieve symbol table name list from an executable file
nlist NetBSD retrieve symbol table name list from an executable file
list IRIX Create a list
glnewlist IRIX create or replace a display list
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service