On 2009-5-30 23:57, Bradley Giesbrecht wrote: > Is there a port function to echo env vars? Tcl makes the environment available as an array called env. So the environment variable FOO can be accessed as $env(FOO). - Josh