ets table creation in start script doesn't work

Matt Handler matt.handler@REDACTED
Thu Oct 15 22:51:37 CEST 2009


any clues why this doesn't work as expected:

$ erl -eval "ets:new(some_table_name, [named_table])"

when i get into the shell, it has no knowledge of the ets table
"some_table_name"

thanks,
-matt


More information about the erlang-questions mailing list