<div dir="ltr">Nice.<div><br></div><div>This is the first time I have heard about them.</div><div>So I guess it really is time to update the documentation.<br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 9:01 PM, WildChild <span dir="ltr"><<a href="mailto:alexander.uvarov@gmail.com">alexander.uvarov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><a href="http://www.erlang.se/doc/programming_rules.shtml" target="_blank">http://www.erlang.se/doc/programming_rules.shtml</a><br>

<br>
7.7 Module names<br>
<br>
Erlang has a flat module structure (i.e. there are not modules within<br>
modules). Often, however, we might like to simulate the effect of a<br>
hierarchical module structure. This can be done with sets of related<br>
modules having the same module prefix.<br>
<br>
If, for example, an ISDN handler is implemented using five different<br>
and related modules. These module should be given names such as:<br>
isdn_init<br>
isdn_partb<br>
isdn_...<br>
<br>
We have packages! <a href="http://www.erlang.se/publications/packages.html" target="_blank">http://www.erlang.se/publications/packages.html</a><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div></div>