On Sun, 16 Sep 2001, Stas wrote:
> 
> Style police (should have pointed it out earlier):
> 
> >   +    {
> >   +    local $| = 0;
> >   +    ok 9  == $r->print("buffered\n");
> >   +    ok 0  == $r->print();
> >   +    local $| = 1;
> >   +    ok 13 == $r->print('n','o','t',' ','b','u','f','f','e','r','e','d',"\n");
> >   +    }
> >   +    
> 
> shouldn't this be indented?

+1



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to