perl xpost
bin/worker
warn "foo";
print "foo";
print "foo\n";
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
Re: hmmmm
perl xpost" (inbin/worker) I havewarn "foo";printing just fine in my terminal.print "foo";doesn't buffer properly; I have to doprint "foo\n";instead.Anyway. Glad that you got something working.