$m->out and $m->print are identical in function (aliases in fact).
$m->out is the older function.
We wanted to add $m->print to match $r->print and regular print.

Regular print gets redirected to $m->print via some perl magic, so it
might be nominally less efficient, but I have not benchmarked it.

~ John Williams


On Mon, 1 May 2006, Ryan Perry wrote:

> What is the difference between $m->out vs. $m->print and regular
> print?  What's most efficient?
>
> Thanks!



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to