stas 2003/12/10 13:09:44 Modified: src/docs/1.0/api Apache.pod Log: The print-a-scalar-reference feature is now deprecated Revision Changes Path 1.15 +5 -0 modperl-docs/src/docs/1.0/api/Apache.pod Index: Apache.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache.pod,v retrieving revision 1.14 retrieving revision 1.15 diff -u -u -r1.14 -r1.15 --- Apache.pod 20 Feb 2003 06:55:00 -0000 1.14 +++ Apache.pod 10 Dec 2003 21:09:44 -0000 1.15 @@ -821,6 +821,11 @@ expected. If you really want the reference to be printed out, force it into a scalar context by using C<print(scalar($foo))>. +The print-a-scalar-reference feature is now deprecated. There are +known bugs when using it and it's not supported by mod_perl 2.0. If +you have a scalar reference containing a string to be printed, +dereference it before sending it to print. + =head2 $r-E<gt>send_fd( $filehandle ) Send the contents of a file to the client. Can for instance be used
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]