start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.103 lib Chapter 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 lib Perl in a Nutshell Next: 8.105 Math::BigFloat
8.103 lib Book Index 8.105 Math::BigFloat