On 03/12/2013 02:59 AM, Martín Ferrari wrote:
> +    $r->write("ok 1");
> +    $r->write("not ok 2");

I think it should read (missing \n):

+    $r->write("ok 1\n");
+    $r->write("not ok 2\n");


Torsten

Reply via email to