/[Apache-SVN]/perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod
ViewVC logotype

Diff of /perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod	2006/04/23 17:34:24	396296
+++ perl/modperl/docs/trunk/src/docs/2.0/user/porting/compat.pod	2006/04/23 17:38:36	396297
@@ -995,6 +995,21 @@ not support them and let developers figu
 
 
 
+=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

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26