I didn't get the chance to verify it. 
However, I think the %ENV will conver every single 
environment variables that have been defined 
by the users. 


You can write a small testing perl and 
dump out the %env.

Hope this will help. 

Mike 

--- Roberts Mr Richard L <[EMAIL PROTECTED]>
wrote:
> is there any 'refresh' (in the browser) variable set
> in the ENV hash? 
> 
> sierrasurf
> 
> -----Original Message-----
> From: Randy W. Sims
> [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 15, 2004 10:56 PM
> To: Mike Ni
> Cc: [EMAIL PROTECTED]
> Subject: Re: %ENV?
> 
> 
> On 03/15/04 22:25, Mike Ni wrote:
> > Hey Randy, 
> > 
> > Am I right to think that each hasing pair are made
> of 
> > "name of environment variable" such as "PATH" 
> > and the "value" of the env variable?
> 
> Yes, the environment variable names are the keys in
> the hash, and the 
> value of each hash element is the value of the
> respective environment 
> variable. You can change the environment by changing
> the hash, but the 
> changes can only be seen in the current process and
> any child processes.
> 
> Randy.
> 
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
> 
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
> 
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to