[erlang-questions] Recreating a PID from a log file.

Matthew Dempsky matthew@REDACTED
Wed Oct 29 06:41:00 CET 2008


On Tue, Oct 28, 2008 at 4:47 PM, Vik Olliver <vik@REDACTED> wrote:
> I have the value of a PID in a log file. It's given as:
>
> <0.24454.8>
>
> How can I stuff it back into a variable?

1> pid(0,24454,8).
<0.24454.8>



More information about the erlang-questions mailing list