summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-04 20:06:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-04 20:06:58 +0000
commitc406981e00deead8e4a58424b87a96ede9af2f23 (patch)
treedb5ddf953b211290174ce58358f77e5d156f69e8 /pod/perllocale.pod
parent4845d0b217149851eff12d4c8710aa5b85df4596 (diff)
downloadperl-c406981e00deead8e4a58424b87a96ede9af2f23.tar.gz
Spread the good word of "env".
p4raw-id: //depot/perl@14060
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.