[erlang-questions] Simple redirection question

Adam Lindberg adam@REDACTED
Mon May 26 08:52:45 CEST 2008


On Sat, May 24, 2008 at 3:08 PM, David Mitchell <monch1962@REDACTED> wrote:
> Never mind - this works...
>
> T = list_to_atom("os").
> T:getenv().

Which is actually the long form for:
T = os,
T:getenv().


Cheers!
Adam
--
Adam Lindberg
http://www.erlang-consulting.com



More information about the erlang-questions mailing list