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>