Mailing List Archive

svn commit: r396297 - /perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
Author: stas
Date: Sun Apr 23 10:38:36 2006
New Revision: 396297

URL: http://svn.apache.org/viewcvs?rev=396297&view=rev
Log:
document that print doesn't accept a scalar reference in 2.0
suggested by: Daniel P Risse <dan@tierra.net>

Modified:
perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod?rev=396297&r1=396296&r2=396297&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod Sun Apr 23 10:38:36 2006
@@ -995,6 +995,21 @@



+=head2 C<$r-E<gt>print>
+
+ $r->print($foo);
+
+or
+
+ print $foo;
+
+no longer accepts a reference to a scalar as it did in mod_perl
+1.0. This optimisation is not needed in the mod_perl 2.0's
+implementation of C<print>.
+
+
+
+
=head2 C<$r-E<gt>cgi_env>

See the next item



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org