This in parametrized module

Dmitry Belayev rumata-estor@REDACTED
Mon Feb 1 11:56:49 CET 2010


Hi, I have parametrized module(mymodule, [Param1, ..., ParamN]).
I want to send this module with parameters somewhere where it's function 
will be called like this ThatModule:do_smth().

How can I get _this_ module with all parameters? I don't like to create 
new values like tuple by hands or use mymodule:new(Param1, ..., ParamN).

And another question. Can I write my own new method?


More information about the erlang-questions mailing list