summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index 7864addc3e..43ffe584ac 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -310,6 +310,10 @@ locale "En_US"--and in Cshish shells (B<csh>, B<tcsh>)
setenv LC_ALL en_US.ISO8859-1
+or if you have the "env" application you can do in any shell
+
+ env LC_ALL=en_US.ISO8859-1 perl ...
+
If you do not know what shell you have, consult your local
helpdesk or the equivalent.