Author: geoff Date: Fri Dec 10 09:26:10 2004 New Revision: 111527 URL: http://svn.apache.org/viewcvs?view=rev&rev=111527 Log: note that print() now returns 0E0 instead of 0 for zero bytes sent
Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestIO.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestIO.pod Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestIO.pod?view=diff&rev=111527&p1=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestIO.pod&r1=111526&p2=perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestIO.pod&r2=111527 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestIO.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/RequestIO.pod Fri Dec 10 09:26:10 2004 @@ -96,7 +96,9 @@ =item ret: C<$cnt> ( number ) -How many bytes were sent (or buffered) +How many bytes were sent (or buffered). If zero bytes were +sent, C<print> will return C<0E0>, or "zero but true," which +will still evaluate to C<0> in a numerical context. =item excpt: C<L<APR::Error|docs::2.0::api::APR::Error>> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]