Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.103 libChapter 8
Standard Modules
Next: 8.105 Math::BigFloat
 

8.104 locale

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


Previous: 8.103 libPerl in a NutshellNext: 8.105 Math::BigFloat
8.103 libBook Index8.105 Math::BigFloat

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.