When I run in the terminal it apparently invokes my shell and list a 
whole bunch more of enviroment variable which I have set.

when I run the file "test.pl" as listed below,

__CF_USER_TEXT_ENCODING: 0x1F5:0:0
USER: jim
PATH: /usr/bin:/bin:/Users/jim
SHELL: /bin/tcsh
HOME: /Users/jim
LANG: en_US
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = (unset),
        LANG = "en_US"
     are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").


On Thursday, May 10, 2001, at 08:04  AM, Jim Correia wrote:

> #perl -w
>
> use strict;
>
> foreach(keys %ENV)
> {
>       print("$_: $ENV{$_}\n");
> }     

---------------------------------------------------------------------------
reply directly to:

mailto:[EMAIL PROTECTED]
iMedia, Ltd.
Tokyo
---------------------------------------------------------------------------

Reply via email to