1. write it to a file and use file:consult/1 to grab the result.<div>2. write it back to stdout and use erl_parse/erl_eval</div><div>3. use emu_args to get the escript hooked into the distribution protocol and use rcp:call to send the result back</div>
<div><br></div><div>Not actually sure about (3) as I've never done that, but the other two work fine and are simple to implement.</div><div><br></div><div>Cheers,</div><div><br></div><div>Tim<br><br><div class="gmail_quote">
On 18 September 2011 17:49, Chris Hicks <span dir="ltr"><<a href="mailto:silent_vendetta@hotmail.com">silent_vendetta@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




<div><div dir="ltr">
Quick question, what would be considered the easiest way to "return" data to a running Erlang application from an escript? For example I might want to run an escript with a data structure I want it to modify and, once it is all done, get the modified structure back.                                      </div>
</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></div>