Snippet:
pid = fork { # child $stdout = writeme
should read:
pid = fork { # child STDOUT.reopen writeme
Log in to post a comment.