$ more hello.erl
-module(hello).
-export([start/0]).
start() ->
io:format("Hello world~n").
$ ls -lrtF hello.erl
-rwxrwxrwx 1 crao msc 80 Sep 29 09:09 hello.erl*
Your erlang installation is completely broken, at least
the one which is behind your erlc in the $PATH
/klacke
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions