<br><br><div class="gmail_quote">On Fri, Mar 16, 2012 at 12:11 PM, Antonio Sun <span dir="ltr"><<a href="mailto:antoniosun@lavabit.com">antoniosun@lavabit.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Now it is time to put Perl & .Net app together:</div><div><br></div><div><div>$ seq 5 | perl -pe 's|^3$|`bin/Debug/ConsoleApp`|e;'</div><div>1</div>
<div>2</div><div><br></div><div>4</div><div>5</div></div><div><br></div><div>Boom, it suddenly stops working. </div><div></div></blockquote></div><br><div>I can now almost confirm that it might be caused by .net because I tried</div>
<div><br></div><div><div>seq 5 | perl -pe 's/^3$/`ipconfig`/e;'</div></div><div><br></div><div>I,e, perl + traditional dos app, and it works fine. </div><div><br></div><div>Any thoughts?</div><div><br></div><div>Thanks</div>
<div><br></div>