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

  man pages->IRIX man pages -> perl5/locale (3)              
Title
Content
Arch
Section
 

Contents


locale(3)							     locale(3)


NAME    [Toc]    [Back]

     locale - Perl pragma to use and avoid POSIX locales for built-in
     operations

SYNOPSIS    [Toc]    [Back]

	 @x = sort @y;	     # ASCII sorting order
	 {
	     use locale;
	     @x	= sort @y;   # Locale-defined sorting order
	 }
	 @x = sort @y;	     # ASCII sorting order again

DESCRIPTION    [Toc]    [Back]

     This pragma tells the compiler to enable (or disable) the use of POSIX
     locales for built-in operations (LC_CTYPE for regular expressions,	and
     LC_COLLATE	for string comparison).	 Each "use locale" or "no locale"
     affects statements	to the end of the enclosing BLOCK.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
ops IRIX Perl pragma to restrict unsafe operations when compiling
less IRIX perl pragma to request less of something from the compiler
constant IRIX Perl pragma to declare constants
subs IRIX Perl pragma to predeclare sub names
strict IRIX Perl pragma to restrict unsafe constructs
integer IRIX Perl pragma to compute arithmetic in integer instead of double
sigtrap IRIX Perl pragma to enable simple signal handling
vars IRIX Perl pragma to predeclare global variable names
diagnostics IRIX Perl compiler pragma to force verbose warning diagnostics splain - standalone program to do the same thing
sigsetops Linux POSIX signal set operations.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service