[erlang-questions] Embed a pid into string to be dynamically compiled

Bengt Kleberg bengt.kleberg@REDACTED
Thu Apr 18 09:44:47 CEST 2013


Greetings,

Would it be possible for you to build the module with an interface
function that accepts the pid as its argument?


bengt

On Thu, 2013-04-18 at 10:38 +0300, Martin Dimitrov wrote:
> Hello,
> 
> I need to build dynamically a module. Inside one of its functions, it
> has to send a message to Pid. How to compile it? The easiest solution I
> can think of is to do pid_to_list(Pid) and inside the function Pid =
> list_to_pid("<0.22.0>") but I really would like to avoid these extra
> operations.
> 
> Thanks,
> 
> Martin
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list