diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-09-10 20:44:22 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-09-10 20:44:22 +0000 |
commit | 53e9df65959190f4cd34a02fe359bc5e6d2553f6 (patch) | |
tree | 0808e1620b6ecdcd9f64c6db1b8f70966efe542e /lib/locale.pm | |
parent | a0ed51b321531af4b47cce24205ab9656f043f0f (diff) | |
parent | 8a7fc0dc3015c8254ce4e866be71508e3379d45d (diff) | |
download | perl-53e9df65959190f4cd34a02fe359bc5e6d2553f6.tar.gz |
Get resolve -at mainline
p4raw-id: //depot/utfperl@4126
Diffstat (limited to 'lib/locale.pm')
-rw-r--r-- | lib/locale.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/locale.pm b/lib/locale.pm index 48213ab86c..44e88f48c6 100644 --- a/lib/locale.pm +++ b/lib/locale.pm @@ -20,6 +20,9 @@ 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. +See L<perllocale> for more detailed information on how Perl supports +locales. + =cut sub import { |