You should not compile this script, just run. Remove first line If you want compile it as regular erlang module.<br><br><div class="gmail_quote">On 30 September 2011 01:25, Andrew Pennebaker <span dir="ltr"><<a href="mailto:andrew.pennebaker@gmail.com">andrew.pennebaker@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Please instruct erl to ignore shebangs.<div><br></div><div><div>$ cat hello.erl </div><div>#!/usr/bin/env escript</div>
<div><br></div><div>-module(hello).</div><div>-export([main/1]).</div><div><br></div><div>main(_) -> io:format("Hello World!~n", []).wonko:Desktop andrew$ ./hello.erl </div>

<div>Hello World!</div><div>wonko:Desktop andrew$ erl</div><div>Erlang R14B03 (erts-5.8.4) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]</div><div><br></div><div>Eshell V5.8.4  (abort with ^G)</div>


<div>1> c(hello).</div><div>./hello.erl:1: syntax error before: '#'</div><div>./hello.erl:4: no module definition</div><div>error</div><div><br></div>Cheers,<div><br></div><font color="#888888"><div>Andrew Pennebaker</div>
<div><a href="http://www.yellosoft.us/" target="_blank">www.yellosoft.us</a></div>

</font></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Maxim Treskin<br>